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

MVCxHtmlEditorDefaultDialogSettings Class

Contains (MVC specific) customization settings of the built-in dialogs.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxHtmlEditorDefaultDialogSettings :
    HtmlEditorDefaultDialogSettings

The following members return MVCxHtmlEditorDefaultDialogSettings objects:

Remarks

The settings exposed by this class can be accessed via the editor’s HtmlEditorSettings.SettingsDialogs property.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
See Also