Skip to main content
A newer version of this page is available. .
Bar

Bars.Item[Int32] Property

Gets or sets a Bar class instance at the specified index.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public Bar this[int index] { get; }

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