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

MVCxHtmlEditorChangeElementPropertiesDialogSettings Class

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc.v17.2.dll

Declaration

public class MVCxHtmlEditorChangeElementPropertiesDialogSettings :
    HtmlEditorChangeElementPropertiestDialogSettings,
    ISimpleDialog

The following members accept/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

See Also