RibbonBarItems.CreateButtonGroup(BarBaseButtonItem[]) Method
In This Article
Creates a bar button group that contains links to the specified items.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public BarButtonGroup CreateButtonGroup(
params BarBaseButtonItem[] items
)
#Parameters
Name | Type | Description |
---|---|---|
items | Bar |
An array of Bar |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The created group is automatically added to the Ribbon Control’s RibbonControl.Items collection.
See Also