Click or drag to resize
CKEditorControlDialogButtonsOrder Property
The guideline to follow when generating the dialog buttons. There are 3 possible options: 'OS' - the buttons will be displayed in the default order of the user's OS; 'ltr' - for Left-To-Right order; 'rtl' - for Right-To-Left order Default value: OS

Namespace: CMS.CKEditor.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
public DialogButtonsOrder DialogButtonsOrder { get; set; }

Property Value

Type: DialogButtonsOrder
See Also