Skip to main content
A newer version of this page is available. .

DxToolbar Members

A Toolbar component.

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.
DropDownDisplayMode Specifies how the toolbar’s drop-down items display menus.
Id For internal use only. Inherited from DxComponentBase.
ItemRenderStyleMode Specifies the common Toolbar item’s color filling type.
Items Provides access to the Toolbar’s root-level items.
ItemSizeMode Specifies the Toolbar item’s size.
Title Specifies a Toolbar’s 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