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

ToolbarExportDropDownItem(HtmlEditorExportFormat, String, String, Boolean) Constructor

Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ToolbarExportDropDownItem(
    HtmlEditorExportFormat format,
    string text,
    string toolTip,
    bool beginGroup
)

Parameters

Name Type Description
format HtmlEditorExportFormat

One of the HtmlEditorExportFormat enumeration values specifying the exported document format associated with the created toolbar item.

text String

A String value that specifies the created toolbar item’s display text. This value is assigned to the ToolbarItemBase.Text property.

toolTip String

A String value that specifies the created toolbar item’s tooltip text. Initializes the ToolbarItemBase.ToolTip property.

beginGroup Boolean

true if the current toolbar item starts a group; otherwise, false. Initializes the ToolbarMenuItem.BeginGroup property.

See Also