DxToolbarItemBase Properties
Defines the base API for classes that implement Toolbar items.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. |
Alignment | Specifies the item’s position. |
BeginGroup | Specifies whether the item is the start of a new item group. |
CssClass | Assign a CSS class to the item. |
DropDownCssClass | Assign a CSS class to the Toolbar Item’s drop-down. |
DropDownDisplayMode | Specifies how the toolbar’s drop-down item displays a menu. |
Enabled | Specifies whether the item is enabled. |
IconCssClass | Specifies an item icon’s CSS class. |
IconUrl | Specifies a Toolbar item icon’s URL. |
Name | Specifies the current item’s unique identifier. |
SubmitFormOnClick | Specifies whether the processed toolbar item can submit a form. |
SyncRoot | For internal use only. Inherited from DxSettingsComponent. |
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