BarButtonGroup(BarManager, BarBaseButtonItem[]) Constructor
Initializes a new instance of the BarButtonGroup class with the specified settings.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
manager | BarManager | A BarManager object that represents the Bar Manager that will control the created bar button group. |
items | BarBaseButtonItem[] | An array of BarBaseButtonItem descendants that represent items to which links are created and added to the BarButtonGroup.ItemLinks collection. |
See Also