Skip to main content

HtmlEditorCustomDialog Class

An individual custom dialog within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class HtmlEditorCustomDialog :
    CollectionItem

Remarks

A HtmlEditorCustomDialog instance can be accessed via the HtmlEditorCustomDialogs.Item property of a collection available via the editor’s ASPxHtmlEditor.CustomDialogs.

To learn more, refer to Custom Dialogs.

See Also