Skip to main content

HtmlEditorChangeElementPropertiestDialogSettings Class

Contains customization settings for the form elements of the change element properties dialogs.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorChangeElementPropertiestDialogSettings :
    HtmlEditorChangeElementPropertiesDialogSettingsBase

Remarks

An instance of the HtmlEditorChangeElementPropertiestDialogSettings class can be accessed using the HtmlEditorDefaultDialogSettings.ChangeElementPropertiesDialog property available via the ASPxHtmlEditor.SettingsDialogs property.

See Also