BarItems.Item[String] Property
In This Article
Gets an individual bar items by its name.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
name | String | A string value that represents the name of the item to be obtained. This value is compared to the Bar |
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The Item property enables you to use indexer notation when accessing an individual item by its name. The collection of items owned by the Bar Manager can be obtained via the BarManager.Items property.
See Also