Skip to main content
A newer version of this page is available. .

HtmlEditorDefaultDialogSettings Class

Contains customization settings of the built-in dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

Declaration

public class HtmlEditorDefaultDialogSettings :
    ASPxHtmlEditorSettingsBase

The following members return HtmlEditorDefaultDialogSettings objects:

Remarks

The HtmlEditorDefaultDialogSettings class contains settings that allow you to customize the availability of elements within the built-in dialog forms.

The settings exposed by this class can be accessed via the editor’s ASPxHtmlEditor.SettingsDialogs property.

See Also