RibbonControl.ButtonGroupsLayout Property
In This Article
Gets or sets the button group layout for all BarButtonGroup objects within this RibbonControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(ButtonGroupsLayout.Default)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public ButtonGroupsLayout ButtonGroupsLayout { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
DevExpress. |
Default | A DevExpress. |
#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