Skip to main content

DxToolbar Members

A toolbar control that implements an adaptive button-based interface.

Constructors

Name Description
DxToolbar() Initializes a new instance of the DxToolbar class.

Properties

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.
CssClass Specifies the name of the component’s CSS class. Inherited from DxComponentBase.
Data Specifies the data source for mappings.
DataMappings Specifies data mappings.
DropDownCssClass Specifies the name of the CSS class applied 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 DxComponentBase.
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.

Methods

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.

Events

Name Description
ItemClick Fires when a user clicks a Toolbar item.
See Also