Skip to main content
A newer version of this page is available. .
Bar

BarManagerCategoryCollection Class

A category collection in the BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v18.2.dll

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