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

DxToolbarItemBase Properties

Provides base API for classes that implement Toolbar items.
Name Description
AdaptivePriority Specifies the order in which items are hidden when the browser window is resized.
Alignment Specifies the item’s position.
BeginGroup Specifies whether the item is the start of a new item group.
CssClass Specifies the name of the item’s CSS class.
DropDownDisplayMode Specifies how the toolbar’s drop-down item displays a menu.
Enabled Specifies whether the item is enabled.
Name Specifies the current item’s unique identifier.
Text Specifies the processed toolbar item’s text.
Tooltip Specifies an item’s tooltip text.
Visible Specifies whether an item is visible or hidden.
See Also