Skip to main content

MVCxHtmlEditorDialogFormElementSettings Class

Contains settings concerning customization of dialog form elements.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also