blazor-devexpress-dot-blazor-dot-base-dot-dxtoolbaritembase-dot-underscore-members.md
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. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Toolbar item. |
| BeginGroup | Specifies whether the item is the start of a new item group. |
| CssClass | Assigns a CSS class to the item. |
| DropDownCssClass | Assigns 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 DxModelComponent. |
| Text | Specifies the processed toolbar item’s text. |
| Tooltip | Specifies an item’s tooltip text. |
| Visible | Specifies whether an item is visible or hidden. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| Click | Fires when a user clicks the processed item. |
See Also