windowsforms-devexpress-dot-xtrabars-868e23a8.md
A category collection in the BarManager.
Namespace : DevExpress.XtraBars
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[ListBindable(false)]
public class BarManagerCategoryCollection :
CollectionBase
<ListBindable(False)>
Public Class BarManagerCategoryCollection
Inherits CollectionBase
The following members return BarManagerCategoryCollection objects:
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.
Object CollectionBase BarManagerCategoryCollection
See Also
BarManagerCategoryCollection Members