Skip to main content
Bar

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BarManagerCategoryCollection Class

A category collection in the BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[ListBindable(false)]
public class BarManagerCategoryCollection :
    CollectionBase

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.

#Inheritance

Object
CollectionBase
BarManagerCategoryCollection
See Also