Skip to main content
Bar

BarManagerCategory.Index Property

Gets the category’s position within a collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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