Click or drag to resize
CKEditorControlShiftEnterMode Property
Similarly to the enterMode setting, it defines the behavior of the Shift+Enter key combination. Default value: EnterMode.BR

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public EnterMode ShiftEnterMode { get; set; }

Property Value

Type: EnterMode
See Also