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

MVCxHtmlEditorDialogFormElementSettings Class

Contains settings concerning customization of dialog form elements.

Namespace: DevExpress.Web.Mvc

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

Declaration

public class MVCxHtmlEditorDialogFormElementSettings :
    HtmlEditorDialogFormElementSettings

The following members return MVCxHtmlEditorDialogFormElementSettings objects:

Remarks

The MVCxHtmlEditorDialogFormElementSettings class contains settings that allow you to customize the availability of elements within the Built-in Dialog Forms.

An instance of the MVCxHtmlEditorDialogFormElementSettings class can be accessed via the HtmlEditorSettings.SettingsDialogFormElements property.

See Also