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

HtmlEditorSettings.SettingsDialogs Property

Provides access to the built-in dialogs’ settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxHtmlEditorDefaultDialogSettings SettingsDialogs { get; }

Property Value

Type Description
MVCxHtmlEditorDefaultDialogSettings

A MVCxHtmlEditorDefaultDialogSettings object that contains settings of the built-in dialogs.

See Also