HtmlEditorSettings.CustomDialogs Property
Provides access to custom dialogs added to the HtmlEditor.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MVCxHtmlEditorCustomDialogs | A MVCxHtmlEditorCustomDialogs collection containing custom dialogs. |
Remarks
To learn more, see online demo: Custom Dialogs.
See Also