Skip to main content
Bar

BarButtonGroup(BarManager) Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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