Skip to main content
Bar

BarManagerCategory() Constructor

Initializes a new instance of the BarManagerCategory class with default settings.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarManagerCategory()

Remarks

The category’s BarManagerCategory.Name property is set to “category”. The new category should be added to the BarManager’s BarManager.Categories collection in order to take effect.

See Also