Skip to main content

MVCxHtmlEditor.SettingsDialogs Property

Provides access to the built-in dialogs’ settings.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorDefaultDialogSettings SettingsDialogs { get; }

Property Value

Type Description
MVCxHtmlEditorDefaultDialogSettings

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

See Also