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

HtmlEditorChangeElementPropertiestDialogSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.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