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

HtmlEditorSettings.CustomDialogs Property

Provides access to custom dialogs added to the HtmlEditor.

Namespace: DevExpress.Web.Mvc

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

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