Skip to main content
Bar

BarManager.Categories Property

Gets a collection of categories used to logically organize bar items.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public BarManagerCategoryCollection Categories { get; }

#Property Value

Type Description
BarManagerCategoryCollection

A BarManagerCategoryCollection object that contain bar categories.

#Remarks

Use this property to access a collection of categories created in the BarManager. Categories are used to logically organize bar items and provide quick access to them via the customization window. The Categories property allows you to add, remove and get individual categories. Each category is represented by a BarManagerCategory object.

You can assign an item to a specific category by specifying the item's BarItem.Category property.

For more information, see the Categories document.

See Also