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

BarManagerCategoryCollection.Item[Int32] Property

Provides indexed access to individual categories.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public BarManagerCategory this[int index] { get; }

Parameters

Name Type Description
index Int32

A zero-based integer specifying the desired category’s position within the collection.

Property Value

Type Description
BarManagerCategory

A BarManagerCategory object representing the category at the specified position. null (Nothing in Visual Basic) if the collection does not contain a category at the specified position.

Remarks

Use this property to access categories using indexed notation. Note that the positions of categories within the collection correspond to their BarManagerCategory.Index property values.

See Also