DxToolbarItemBase Properties
Defines the base API for classes that implement Toolbar items.
Name | Description |
---|---|
Adaptive |
Specifies the order in which items are hidden when the browser window is resized. |
Adaptive |
Specifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu. |
Alignment | Specifies the item’s position. |
Attributes | Specifies a collection of standard HTML attributes applied to the Toolbar item. |
Begin |
Specifies whether the item is the start of a new item group. |
Collapse |
For internal use only. |
Css |
Assigns a CSS class to the item. |
Drop |
Assigns a CSS class to the Toolbar Item’s drop-down. |
Drop |
Specifies how the toolbar’s drop-down item displays a menu. |
Enabled | Specifies whether the item is enabled. |
Icon |
Specifies an item icon’s CSS class. |
Icon |
Specifies a Toolbar item icon’s URL. |
Name | Specifies the current item’s unique identifier. |
Submit |
Specifies whether the processed toolbar item can submit a form. |
Sync |
For internal use only.
Inherited from Dx |
Text | Specifies the processed toolbar item’s text. |
Tooltip | Specifies an item’s tooltip text. |
Visible | Specifies whether an item is visible or hidden. |
See Also