Back to Devexpress

DxToolbarItemBase Members

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

latest4.9 KB
Original Source

DxToolbarItemBase Members

Defines the base API for classes that implement Toolbar items.

Properties

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.

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
ClickFires when a user clicks the processed item.

See Also

DxToolbarItemBase Class

DevExpress.Blazor.Base Namespace