Skip to main content

ASPxHtmlEditor.CustomDialogs Property

Provides access to custom dialogs added to the editor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public HtmlEditorCustomDialogs CustomDialogs { get; }

Property Value

Type Description
HtmlEditorCustomDialogs

An HtmlEditorCustomDialogs collection containing custom dialogs.

See Also