Skip to main content
A newer version of this page is available. .
Bar

BarManagerCategory() Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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