Back to Devexpress

ToolbarExportDropDownItem Class

aspnet-devexpress-dot-web-dot-aspxhtmleditor-0a16bed8.md

latest2.4 KB
Original Source

ToolbarExportDropDownItem Class

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

Declaration

csharp
public class ToolbarExportDropDownItem :
    ToolbarMenuItem
vb
Public Class ToolbarExportDropDownItem
    Inherits 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.

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

Inheritance

Object StateManager CollectionItem ToolbarItemBase ToolbarCustomItem ToolbarMenuItem ToolbarExportDropDownItem

See Also

ToolbarExportDropDownItem Members

Import and Export

HTML Editor

DevExpress.Web.ASPxHtmlEditor Namespace