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

BarManagerCategory.Index Property

Gets the category’s position within a collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public int Index { get; }

Property Value

Type Description
Int32

A zero-based integer value specifying the category’s position within a collection. -1 if the category has no owning collection.

Remarks

This property provides a category’s indexed position within a category collection.

See Also