Bars.Item[Int32] Property
Gets or sets a Bar class instance at the specified index.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v26.1.dll
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