Skip to main content
Bar

BarManagerCategory Class

Represents an individual category.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public class BarManagerCategory :
    DependencyObject

#Returned By

Properties that return BarManagerCategory instances:

#Remarks

Categories are used to logically organize bar items. Individual categories are represented by the BarManagerCategory objects. All categories reside within the BarManager.Categories collection, and are displayed on the Commands page of the Customization Window.

To specify a category for a bar item, use the BarItem.CategoryName or BarItem.Category property. Ensure that the category assigned to the bar item exists in the BarManager.Categories collection.

The category's name must be unique.

See Categories to learn more.

#Inheritance

See Also