Skip to main content

ToolbarExportDropDownItem(HtmlEditorExportFormat) Constructor

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

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

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