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

ToolbarExportDropDownItem(HtmlEditorExportFormat) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

Declaration

public ToolbarExportDropDownItem(
    HtmlEditorExportFormat format
)

Parameters

Name Type Description
format HtmlEditorExportFormat

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

See Also