Bars.Item[Int32] Property
Gets or sets a Bar class instance at the specified index.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | The zero-based index of a Bar class instance to get or set. |
Property Value
Type | Description |
---|---|
Bar | A Bar class instance at the specified index. |
See Also