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

HtmlEditorSettings.SettingsDialogFormElements Property

Provides access to settings relating to the customization of dialog form elements.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxHtmlEditorDialogFormElementSettings SettingsDialogFormElements { get; }

Property Value

Type Description
MVCxHtmlEditorDialogFormElementSettings

An MVCxHtmlEditorDialogFormElementSettings object that contains customization settings for the 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