Skip to main content
Bar

BarManagerCategoryCollection Class

Represents a collection of categories.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public class BarManagerCategoryCollection :
    ObservableCollection<BarManagerCategory>

#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