Skip to main content
Bar

BarButtonGroup(BarManager, BarBaseButtonItem[]) Constructor

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BarButtonGroup(
    BarManager manager,
    BarBaseButtonItem[] items
)

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