BarManagerCategoryCollection Class
In This Article
Represents a collection of categories.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Returned By
The BarManager.Categories property returns an instance of BarManagerCategoryCollection.
#Remarks
Use the BarManager.Categories property to access the collection of categories owned by the BarManager. Each category is represented by the BarManagerCategory object.
To learn more, see Categories.
See Also