ToolbarExportDropDownItem Class
An individual item within a toolbar drop down export menu.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Remarks
Use the properties of the ToolbarExportDropDownItem class to specify the appearance and behavior of an individual item. You can define the ToolbarItemBase.Text, ToolbarItemBase.Image, and ToolbarItemBase.ToolTip properties to specify the item’s caption text, image displayed in the item, and the tooltip. Use the ToolbarExportDropDownItem.Format property, to specify the exported document format associated with the current item.
Inheritance
Object
StateManager
CollectionItem
ToolbarItemBase
ToolbarCustomItem
ToolbarMenuItem
ToolbarExportDropDownItem
See Also