blazor-devexpress-dot-blazor-dot-dxtoolbaritem-dot-underscore-members.md
Defines an item of the Toolbar component.
| Name | Description |
|---|---|
| DxToolbarItem() | Initializes a new instance of the DxToolbarItem class. |
| Name | Description |
|---|---|
| AdaptivePriority | Specifies the order in which items are hidden when the browser window is resized. Inherited from DxToolbarItemBase. |
| AdaptiveText | Specifies the item’s text that is displayed when the item is hidden in the adaptive drop-down menu. Inherited from DxToolbarItemBase. |
| Alignment | Specifies the item’s position. Inherited from DxToolbarItemBase. |
| Attributes | Specifies a collection of standard HTML attributes applied to the Toolbar item. Inherited from DxToolbarItemBase. |
| BeginGroup | Specifies whether the item is the start of a new item group. Inherited from DxToolbarItemBase. |
| Checked | Specifies whether the processed item is checked. |
| ChildContent | Specifies Toolbar item content. |
| CloseMenuOnClick | Specifies whether to close a sub-menu when you click the item. |
| CssClass | Assigns a CSS class to the item. Inherited from DxToolbarItemBase. |
| DropDownCaption | Specifies the caption for the modal list with child items. |
| DropDownCssClass | Assigns a CSS class to the Toolbar Item’s drop-down. Inherited from DxToolbarItemBase. |
| DropDownDisplayMode | Specifies how the toolbar’s drop-down item displays a menu. Inherited from DxToolbarItemBase. |
| DropDownVisible | Specifies the state of an item’s drop-down window (visible/hidden). |
| Enabled | Specifies whether the item is enabled. Inherited from DxToolbarItemBase. |
| GroupName | Specifies the name of the logical group to which the Toolbar item belongs. |
| IconCssClass | Specifies an item icon’s CSS class. Inherited from DxToolbarItemBase. |
| IconUrl | Specifies a Toolbar item icon’s URL. Inherited from DxToolbarItemBase. |
| Items | Specifies a collection of the current item’s child items. |
| Name | Specifies the current item’s unique identifier. Inherited from DxToolbarItemBase. |
| NavigateUrl | Specifies the navigation location for the Toolbar item. |
| RenderStyle | Specifies the item’s predefined style. |
| RenderStyleMode | Specifies the item’s render style. |
| SplitDropDownButton | Specifies whether an item’s drop-down button is split into two buttons. |
| SubmitFormOnClick | Specifies whether the processed toolbar item can submit a form. Inherited from DxToolbarItemBase. |
| SyncRoot | For internal use only. Inherited from DxModelComponent. |
| Target | Specifies the target attribute’s value for an item. |
| Template | Specifies the template to display an item’s content. |
| Text | Specifies the processed toolbar item’s text. Inherited from DxToolbarItemBase. |
| Tooltip | Specifies an item’s tooltip text. Inherited from DxToolbarItemBase. |
| Visible | Specifies whether an item is visible or hidden. Inherited from DxToolbarItemBase. |
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines 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() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| Name | Description |
|---|---|
| CheckedChanged | Fires after the Toolbar item’s Checked property changed. |
| Click | Fires when a user clicks the processed item. Inherited from DxToolbarItemBase. |
| DropDownVisibleChanged | Fires when an item’s drop-down window visibility is changed. |
See Also