HtmlEditorChangeElementPropertiesDialogSettings Class
Contains customization settings for the form elements of the Element Properties dialog.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public class HtmlEditorChangeElementPropertiesDialogSettings :
HtmlEditorChangeElementPropertiesDialogSettingsBase
Related API Members
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.
Inheritance
Object
StateManager
PropertiesBase
ASPxHtmlEditorSettingsBase
HtmlEditorDialogSettingsBase
HtmlEditorChangeElementPropertiesDialogSettingsBase
HtmlEditorChangeElementPropertiesDialogSettings
See Also