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

ASPxHtmlEditor.SettingsDialogs Property

Provides access to the built-in dialogs‘ settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

public HtmlEditorDefaultDialogSettings SettingsDialogs { get; }

Property Value

Type Description
HtmlEditorDefaultDialogSettings

A HtmlEditorDefaultDialogSettings object that contains settings of the built-in dialogs.

See Also