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

HtmlEditorCustomDialogs Class

A collection of custom dialogs within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public class HtmlEditorCustomDialogs :
    Collection<HtmlEditorCustomDialog>

The following members return HtmlEditorCustomDialogs objects:

Remarks

A HtmlEditorCustomDialogs instance can be accessed via the editor’s ASPxHtmlEditor.CustomDialogs property.

See Custom Dialogs to learn more.

See Also