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

HtmlEditorChangeElementPropertiesDialogSettings Class

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

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