Skip to main content

HtmlEditorCustomDialogs Class

A collection of custom dialogs within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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