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

HtmlEditorCustomDialog Class

An individual custom dialog within the ASPxHtmlEditor.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v20.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