HtmlEditorCustomDialog Class
In This Article
An individual custom dialog within the ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HtmlEditorCustomDialog :
CollectionItem
#Related API Members
The following members return HtmlEditorCustomDialog objects:
#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.
#Inheritance
Object
StateManager
CollectionItem
HtmlEditorCustomDialog
See Also