Skip to main content
A newer version of this page is available. .
Bar

BarButtonGroup(BarManager) Constructor

Initializes a new instance of the BarButtonGroup class with the specified BarManager.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public BarButtonGroup(
    BarManager manager
)

Parameters

Name Type Description
manager BarManager

A BarManager object that represents the Bar Manager that will manage the created bar button group.

See Also