Back to Devexpress

DxToolbarItemBase Properties

blazor-devexpress-dot-blazor-dot-base-dot-dxtoolbaritembase-dot-underscore-properties.md

latest2.8 KB
Original Source

DxToolbarItemBase Properties

Defines the base API for classes that implement Toolbar items.

NameDescription
AdaptivePrioritySpecifies the order in which items are hidden when the browser window is resized.
AdaptiveTextSpecifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu.
AlignmentSpecifies the item’s position.
AttributesSpecifies a collection of standard HTML attributes applied to the Toolbar item.
BeginGroupSpecifies whether the item is the start of a new item group.
CssClassAssigns a CSS class to the item.
DropDownCssClassAssigns a CSS class to the Toolbar Item’s drop-down.
DropDownDisplayModeSpecifies how the toolbar’s drop-down item displays a menu.
EnabledSpecifies whether the item is enabled.
IconCssClassSpecifies an item icon’s CSS class.
IconUrlSpecifies a Toolbar item icon’s URL.
NameSpecifies the current item’s unique identifier.
SubmitFormOnClickSpecifies whether the processed toolbar item can submit a form.
SyncRootFor internal use only. Inherited from DxModelComponent.
TextSpecifies the processed toolbar item’s text.
TooltipSpecifies an item’s tooltip text.
VisibleSpecifies whether an item is visible or hidden.

See Also

DxToolbarItemBase Class

DxToolbarItemBase Members

DevExpress.Blazor.Base Namespace