BarManagerCategoryCollection Class
A category collection in the BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return BarManagerCategoryCollection objects:
Remarks
The BarManagerCategoryCollection class represents the collection of categories in a BarManager. Members of this class can be used to add, delete, access individual category objects and perform other common collection management tasks. Individual categories stored within such collections are represented by BarManagerCategory objects and can be accessed using indexed notation, by name or unique category identifier.
BarManagerCategoryCollection objects can be accessed via the BarManager.Categories property.