blazor-devexpress-dot-blazor-dot-dxtoolbar-dot-underscore-members.md
A toolbar control that implements an adaptive button-based interface.
| Name | Description |
|---|---|
| DxToolbar() | Initializes a new instance of the DxToolbar class. |
| Name | Description |
|---|---|
| AdaptivityAutoCollapseItemsToIcons | Specifies whether the Toolbar hides root items’ text and displays only icons when the browser window’s width changes. |
| AdaptivityAutoHideRootItems | Specifies whether the Toolbar hides root-level items when the browser’s width changes. |
| AdaptivityMinRootItemCount | Specifies the minimum number of root items shown in the Toolbar when the browser window’s width changes. |
| Attributes | Specifies a collection of standard HTML attributes applied to the component. Inherited from DxControlComponent<JSProxyType>. |
| CssClass | Assigns a CSS class to the component. Inherited from DxComponent. |
| Data | Specifies the data source for mappings. |
| DataMappings | Specifies data mappings. |
| DropDownCssClass | Assigns a CSS class to all Toolbar’s drop-downs. |
| DropDownDisplayMode | Specifies how the toolbar’s drop-down items display menus. |
| DropDownMaxHeight | Limits the maximum height of toolbar drop-down lists. |
| Id | Specifies the component’s unique identifier. Inherited from DxComponent. |
| ItemRenderStyleMode | Specifies the render style for all Toolbar items. |
| Items | Provides access to the Toolbar’s root-level items. |
| ItemSizeMode | Obsolete. Specifies the Toolbar item’s size. |
| SizeMode | Specifies the size of the Toolbar and its inner components. |
| Target | Specifies the target attribute’s value for all items. |
| Title | Specifies a Toolbar’s title. |
| TitleTemplate | Specifies the template for the toolbar title. |
| 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 |
|---|---|
| ItemClick | Fires when a user clicks a Toolbar item. |
See Also