DxToolbar Properties
A toolbar control that implements an adaptive button-based interface.| 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. |
| 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. |
See Also