BarButtonGroup(BarManager) Constructor
Initializes a new instance of the BarButtonGroup class with the specified BarManager.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| manager | BarManager | A BarManager object that represents the Bar Manager that will manage the created bar button group. |
See Also