BarManagerCategoryCollection(BarManager) Constructor
Initializes a new instance of the BarManagerCategoryCollection class.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager object which will own the new column collection. |
Remarks
The constructor is called automatically when a Bar Manager initializes its BarManager.Categories property.
See Also