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