RibbonControl.ButtonGroupsLayout Property
Gets or sets the button group layout for all BarButtonGroup objects within this RibbonControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(ButtonGroupsLayout.Default)]
[DXCategory("Layout")]
[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 Also