Skip to main content
A newer version of this page is available. .

ToolbarExportDropDownItem Class

An individual item within a toolbar drop down export menu.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v19.1.dll

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 tool tip. Use the ToolbarExportDropDownItem.Format property, to specify the exported document format associated with the current item.

See Also