Back to Devexpress

MVCxHtmlEditorChangeElementPropertiesDialogSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-3d92ac15.md

latest2.8 KB
Original Source

MVCxHtmlEditorChangeElementPropertiesDialogSettings Class

Contains MVC specific customization settings for the Change Element Properties dialog’s form elements.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class MVCxHtmlEditorChangeElementPropertiesDialogSettings :
    HtmlEditorChangeElementPropertiesDialogSettings,
    ISimpleDialog
vb
Public Class MVCxHtmlEditorChangeElementPropertiesDialogSettings
    Inherits HtmlEditorChangeElementPropertiesDialogSettings
    Implements ISimpleDialog

The following members return MVCxHtmlEditorChangeElementPropertiesDialogSettings objects:

Remarks

The MVCxHtmlEditorChangeElementPropertiesDialogSettings class contains settings that allow you to specify templates for the dialog’s elements.

An instance of the MVCxHtmlEditorChangeElementPropertiesDialogSettings class can be accessed by the MVCxHtmlEditorDefaultDialogSettings.ChangeElementPropertiesDialog property.

Implements

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

IPropertiesOwner

Inheritance

Object StateManager PropertiesBase ASPxHtmlEditorSettingsBase HtmlEditorDialogSettingsBase HtmlEditorChangeElementPropertiesDialogSettingsBase HtmlEditorChangeElementPropertiesDialogSettings MVCxHtmlEditorChangeElementPropertiesDialogSettings

See Also

MVCxHtmlEditorChangeElementPropertiesDialogSettings Members

DevExpress.Web.Mvc Namespace