Back to Devexpress

RibbonControl.ButtonGroupsLayout Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-d58f7845.md

latest2.1 KB
Original Source

RibbonControl.ButtonGroupsLayout Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(ButtonGroupsLayout.Default)]
[DXCategory("Layout")]
[XtraSerializableProperty]
public ButtonGroupsLayout ButtonGroupsLayout { get; set; }
vb
<DXCategory("Layout")>
<DefaultValue(ButtonGroupsLayout.Default)>
<XtraSerializableProperty>
Public Property ButtonGroupsLayout As ButtonGroupsLayout

Property Value

TypeDefaultDescription
DevExpress.XtraBars.ButtonGroupsLayoutDefault

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

ButtonGroupsLayout

RibbonControl Class

RibbonControl Members

DevExpress.XtraBars.Ribbon Namespace