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

RibbonControl.ButtonGroupsLayout Property

Gets or sets the button group layout for all BarButtonGroup objects within this RibbonControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(ButtonGroupsLayout.Default)]
[XtraSerializableProperty]
public ButtonGroupsLayout ButtonGroupsLayout { get; set; }

Property Value

Type Default Description
DevExpress.XtraBars.ButtonGroupsLayout **Default**

A DevExpress.XtraBars.ButtonGroupsLayout enumerator value that specifies the button group layout for all BarButtonGroup objects within this RibbonControl.

Remarks

The ButtonGroupsLayout property specifies the global behavior for the entire RibbonControl and can be overridden for individual groups by the BarButtonGroup.ButtonGroupsLayout property. See this link to learn more.

See Also