ToolbarExportDropDownItem(HtmlEditorExportFormat, String, Boolean) Constructor
Initializes a new instance of the ToolbarExportDropDownItem class with the specified settings.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
public ToolbarExportDropDownItem(
HtmlEditorExportFormat format,
string text,
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. |
beginGroup | Boolean |
|
See Also