BarItems.Item[Int32] Property
In This Article
Gets a BarItem class instance at a specified index.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the Bar |
#Property Value
Type | Description |
---|---|
Bar |
A Bar |
See Also