Skip to main content

ToolbarCustomDialogButton Class

A toolbar button that allows a custom dialog to be invoked.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ToolbarCustomDialogButton :
    HtmlEditorToolbarItem

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.

See Also