Skip to main content

ToolbarExportDropDownItem Class

An individual item within a toolbar drop down export menu.

Namespace: DevExpress.Web.ASPxHtmlEditor

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

NuGet Package: DevExpress.Web

Declaration

public class ToolbarExportDropDownItem :
    ToolbarMenuItem

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.

See Also