ToolbarCustomDialogButton Class
A toolbar button that allows a custom dialog to be invoked.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
To associate a custom dialog with a toolbar item (which when clicked, invokes the dialog), add a ToolbarCustomDialogButton toolbar item to ASPxHtmlEditor and assign the dialog’s name to the toolbar item’s ToolbarCustomDialogButton.Name property.
Inheritance
Object
StateManager
CollectionItem
ToolbarItemBase
HtmlEditorToolbarItem
ToolbarCustomDialogButton
See Also