ASPxHtmlEditor.SettingsDialogFormElements Property
In This Article
OBSOLETE
Use the Settings
Provides access to settings that relate to customization of dialog form elements.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[Obsolete("Use the SettingsDialogs property instead.")]
public HtmlEditorDialogFormElementSettings SettingsDialogFormElements { get; }
#Property Value
Type | Description |
---|---|
Html |
An Html |
#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