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.v19.1.dll

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