Skip to main content

HtmlEditorChangeElementPropertiesDialogSettings Class

Contains customization settings for the form elements of the Element Properties dialog.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorChangeElementPropertiesDialogSettings :
    HtmlEditorChangeElementPropertiesDialogSettingsBase

The following members return HtmlEditorChangeElementPropertiesDialogSettings objects:

Remarks

The HtmlEditorChangeElementPropertiesDialogSettings class contains settings that allow you to customize the availability of elements within the Element Properties dialog form.

An instance of the HtmlEditorChangeElementPropertiesDialogSettings class can be accessed via the HtmlEditorDefaultDialogSettings.ChangeElementPropertiesDialog property.

See Also