BarManagerCategoryCollection.Item[Int32] Property
Provides indexed access to individual categories.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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