BarManagerCategory(String) Constructor
Initializes a new instance of the BarManagerCategory class with the name specified.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string value specifying the created category’s name. This value is assigned to the BarManagerCategory.Name property. |
Remarks
The new category should be added to the BarManager’s BarManager.Categories collection in order to take effect.
See Also