HtmlEditorCustomDialogs Class
A collection of custom dialogs within the ASPxHtmlEditor.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class HtmlEditorCustomDialogs :
Collection<HtmlEditorCustomDialog>
#Related API Members
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.