Back to Devexpress

DxToolbar Members

blazor-devexpress-dot-blazor-dot-dxtoolbar-dot-underscore-members.md

latest5.4 KB
Original Source

DxToolbar Members

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

Constructors

NameDescription
DxToolbar()Initializes a new instance of the DxToolbar class.

Properties

NameDescription
AdaptivityAutoCollapseItemsToIconsSpecifies whether the Toolbar hides root items’ text and displays only icons when the browser window’s width changes.
AdaptivityAutoHideRootItemsSpecifies whether the Toolbar hides root-level items when the browser’s width changes.
AdaptivityMinRootItemCountSpecifies the minimum number of root items shown in the Toolbar when the browser window’s width changes.
AttributesSpecifies a collection of standard HTML attributes applied to the component. Inherited from DxControlComponent<JSProxyType>.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
DataSpecifies the data source for mappings.
DataMappingsSpecifies data mappings.
DropDownCssClassAssigns a CSS class to all Toolbar’s drop-downs.
DropDownDisplayModeSpecifies how the toolbar’s drop-down items display menus.
DropDownMaxHeightLimits the maximum height of toolbar drop-down lists.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
ItemRenderStyleModeSpecifies the render style for all Toolbar items.
ItemsProvides access to the Toolbar’s root-level items.
ItemSizeModeObsolete. Specifies the Toolbar item’s size.
SizeModeSpecifies the size of the Toolbar and its inner components.
TargetSpecifies the target attribute’s value for all items.
TitleSpecifies a Toolbar’s title.
TitleTemplateSpecifies the template for the toolbar title.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

NameDescription
ItemClickFires when a user clicks a Toolbar item.

See Also

DxToolbar Class

DevExpress.Blazor Namespace