Back to Devexpress

ToolbarItem Members

xtrareports-devexpress-dot-blazor-dot-reporting-dot-models-dot-toolbaritem-dot-underscore-members.md

latest4.9 KB
Original Source

ToolbarItem Members

A toolbar item.

Constructors

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

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.
BeginGroupSpecifies whether the item is the start of a new item group.
CheckedSpecifies whether the item is checked.
ChildContentSpecifies Toolbar item content.
ClickSpecifies the Click event handler.
CssClassSpecifies the CSS class applied to the toolbar item.
GetEnabledSpecifies a function that determines whether the item is enabled.
IconCssClassSpecifies an item icon’s CSS class.
IdGets or sets the item identifier.
ItemsSpecifies a collection of the current item’s child items.
NameSpecifies the item’s name. The property is not in use.
SplitDropDownButtonSpecifies whether an item’s drop-down button is split into two buttons.
TemplateSpecifies the template to display an item’s content.
TemplateNameSpecifies the name of the template used to display an item’s content.
TextSpecifies the item’s text.
VisibleSpecifies whether an item is visible.

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.

See Also

ToolbarItem Class

DevExpress.Blazor.Reporting.Models Namespace