ASPxHtmlEditor.SettingsDialogFormElements Property
OBSOLETE
Use the SettingsDialogs property instead.
Provides access to settings that relate to customization of dialog form elements.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
[Obsolete("Use the SettingsDialogs property instead.")]
public HtmlEditorDialogFormElementSettings SettingsDialogFormElements { get; }
Property Value
Type | Description |
---|---|
HtmlEditorDialogFormElementSettings | An HtmlEditorDialogFormElementSettings object that contains customization settings for form elements of built-in dialogs. |
Remarks
The SettingsDialogFormElements property provides access to settings that allow you to customize the availability of elements within the Built-in Dialog Forms.
See Also