ExportFormatItem Properties
A toolbar item in the ExportTo drop down list.Name | Description |
---|---|
AdaptivePriority | Specifies the order in which items are hidden when the browser window is resized. Inherited from ToolbarItem. |
AdaptiveText | Specifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu. Inherited from ToolbarItem. |
BeginGroup | Specifies whether the item is the start of a new item group. Inherited from ToolbarItem. |
Checked | Specifies whether the item is checked. Inherited from ToolbarItem. |
ChildContent | Specifies the segment of the UI to render as a RenderFragment within the toolbar item. Inherited from ToolbarItem. |
Click | Specifies the Click event handler. Inherited from ToolbarItem. |
CssClass | Specifies the CSS class applied to the toolbar item. Inherited from ToolbarItem. |
Format | Specifies the format in which the document is exported when the user clicks the toolbar item. |
GetEnabled | Specifies a function that determines whether the item is enabled. Inherited from ToolbarItem. |
IconCssClass | Specifies an item icon’s CSS class. Inherited from ToolbarItem. |
Id | Gets or sets the item identifier. Inherited from ToolbarItem. |
Items | Specifies a collection of the current item’s child items. Inherited from ToolbarItem. |
Name | Specifies the item’s name. The property is not in use. Inherited from ToolbarItem. |
SplitDropDownButton | Specifies whether an item’s drop-down button is split into two buttons. Inherited from ToolbarItem. |
Template | Specifies the template to display an item’s content. Inherited from ToolbarItem. |
TemplateName | Specifies the name of the template used to display an item’s content. Inherited from ToolbarItem. |
Text | Specifies the item’s text. Inherited from ToolbarItem. |
Visible | Specifies whether an item is visible. Inherited from ToolbarItem. |
See Also