Skip to main content

HtmlEditorSettings.CustomDialogs Property

Provides access to custom dialogs added to the HtmlEditor.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxHtmlEditorCustomDialogs CustomDialogs { get; }

Property Value

Type Description
MVCxHtmlEditorCustomDialogs

A MVCxHtmlEditorCustomDialogs collection containing custom dialogs.

Remarks

To learn more, see online demo: Custom Dialogs.

See Also