BarManagerCategory.Index Property
Gets the category’s position within a collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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