aspnet-devexpress-dot-web-dot-aspxhtmleditor-0a16bed8.md
An individual item within a toolbar drop down export menu.
Namespace : DevExpress.Web.ASPxHtmlEditor
Assembly : DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package : DevExpress.Web
public class ToolbarExportDropDownItem :
ToolbarMenuItem
Public Class ToolbarExportDropDownItem
Inherits ToolbarMenuItem
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.
Object StateManager CollectionItem ToolbarItemBase ToolbarCustomItem ToolbarMenuItem ToolbarExportDropDownItem
See Also