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

ASPxHtmlEditor.CustomDialogs Property

Provides access to custom dialogs added to the editor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public HtmlEditorCustomDialogs CustomDialogs { get; }

Property Value

Type Description
HtmlEditorCustomDialogs

An HtmlEditorCustomDialogs collection containing custom dialogs.

See Also