Back to Devexpress

BarManagerCategoryCollection Class

windowsforms-devexpress-dot-xtrabars-868e23a8.md

latest2.3 KB
Original Source

BarManagerCategoryCollection Class

A category collection in the BarManager.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[ListBindable(false)]
public class BarManagerCategoryCollection :
    CollectionBase
vb
<ListBindable(False)>
Public Class BarManagerCategoryCollection
    Inherits 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

BarManagerCategoryCollection Members

BarManagerCategory

Categories

How To: Organize Bar Items into Categories

DevExpress.XtraBars Namespace