ToolbarExportDropDownButton Properties
A default toolbar button that invokes a drop down menu containing a list of available document formats, to which the editor’s content can be exported.| Name | Description |
|---|---|
| AdaptivePriority | Gets or sets the priority of Html Editor toolbar item hiding in adaptive mode. Inherited from HtmlEditorToolbarItem. |
| BeginGroup | Gets or sets a value that specifies whether the current toolbar item starts a group. Inherited from HtmlEditorToolbarItem. |
| ClickMode | Gets or sets a value that specifies the response to clicks on the ToolbarExportDropDownButton toolbar item. |
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| Image | Gets the settings of an image displayed by the item. Inherited from ToolbarItemBase. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| Items | Gets the collection of items displayed within the editor’s dropdown window. |
| SelectedItemIndex | Gets or sets the selected item’s index. |
| Text | Gets or sets the text content of a toolbar item. Inherited from ToolbarItemBase. |
| ToolTip | Gets or sets the item’s tooltip text. Inherited from ToolbarItemBase. |
| ViewStyle | Gets or sets a value that specifies how a toolbar item is represented within a toolbar. Inherited from HtmlEditorToolbarItem. |
| Visible | Gets or sets a value specifying the visibility of the current toolbar item. Inherited from HtmlEditorToolbarItem. |
| VisibleIndex | Gets or sets a value specifying the position of the current item amongst the visible items in a toolbar. Inherited from HtmlEditorToolbarItem. |
See Also