Back to Devexpress

DxToolbarItem Members

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

latest8.5 KB
Original Source

DxToolbarItem Members

Defines an item of the Toolbar component.

Constructors

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

Properties

NameDescription
AdaptivePrioritySpecifies the order in which items are hidden when the browser window is resized. Inherited from DxToolbarItemBase.
AdaptiveTextSpecifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu. Inherited from DxToolbarItemBase.
AlignmentSpecifies the item’s position. Inherited from DxToolbarItemBase.
AttributesSpecifies a collection of standard HTML attributes applied to the Toolbar item. Inherited from DxToolbarItemBase.
BeginGroupSpecifies whether the item is the start of a new item group. Inherited from DxToolbarItemBase.
CheckedSpecifies whether the processed item is checked.
ChildContentSpecifies Toolbar item content.
CloseMenuOnClickSpecifies whether to close a sub-menu when you click the item.
CssClassAssigns a CSS class to the item. Inherited from DxToolbarItemBase.
DropDownCaptionSpecifies the caption for the modal list with child items.
DropDownCssClassAssigns a CSS class to the Toolbar Item’s drop-down. Inherited from DxToolbarItemBase.
DropDownDisplayModeSpecifies how the toolbar’s drop-down item displays a menu. Inherited from DxToolbarItemBase.
DropDownVisibleSpecifies the state of an item’s drop-down window (visible/hidden).
EnabledSpecifies whether the item is enabled. Inherited from DxToolbarItemBase.
GroupNameSpecifies the name of the logical group to which the Toolbar item belongs.
IconCssClassSpecifies an item icon’s CSS class. Inherited from DxToolbarItemBase.
IconUrlSpecifies a Toolbar item icon’s URL. Inherited from DxToolbarItemBase.
ItemsSpecifies a collection of the current item’s child items.
NameSpecifies the current item’s unique identifier. Inherited from DxToolbarItemBase.
NavigateUrlSpecifies the navigation location for the Toolbar item.
RenderStyleSpecifies the item’s predefined style.
RenderStyleModeSpecifies the item’s render style.
SplitDropDownButtonSpecifies whether an item’s drop-down button is split into two buttons.
SubmitFormOnClickSpecifies whether the processed toolbar item can submit a form. Inherited from DxToolbarItemBase.
SyncRootFor internal use only. Inherited from DxModelComponent.
TargetSpecifies the target attribute’s value for an item.
TemplateSpecifies the template to display an item’s content.
TextSpecifies the processed toolbar item’s text. Inherited from DxToolbarItemBase.
TooltipSpecifies an item’s tooltip text. Inherited from DxToolbarItemBase.
VisibleSpecifies whether an item is visible or hidden. Inherited from DxToolbarItemBase.

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
CheckedChangedFires after the Toolbar item’s Checked property changed.
ClickFires when a user clicks the processed item. Inherited from DxToolbarItemBase.
DropDownVisibleChangedFires when an item’s drop-down window visibility is changed.

See Also

DxToolbarItem Class

DevExpress.Blazor Namespace