BarManagerCategory() Constructor
Initializes a new instance of the BarManagerCategory class with default settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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