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

ToolbarExportDropDownItem(HtmlEditorExportFormat, String) 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
)

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.

See Also