Back to Devexpress

RibbonControl.ButtonGroupVertAlign Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-c8fe375f.md

latest1.4 KB
Original Source

RibbonControl.ButtonGroupVertAlign Property

Gets or sets the vertical alignment of BarButtonGroupLink objects within Ribbon Page Groups. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

Assembly : DevExpress.Xpf.Ribbon.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
[Browsable(false)]
public VerticalAlignment ButtonGroupVertAlign { get; set; }
vb
<Browsable(False)>
Public Property ButtonGroupVertAlign As VerticalAlignment

Property Value

TypeDescription
VerticalAlignment

A VerticalAlignment value that specifies the vertical alignment of button groups within Ribbon page groups.

|

See Also

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace