Back to Devexpress

RibbonPageGroup.AllowCollapse Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-14e07259.md

latest1.1 KB
Original Source

RibbonPageGroup.AllowCollapse Property

Gets or sets whether the page group can be collapsed. This is a dependency property.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool AllowCollapse { get; set; }
vb
Public Property AllowCollapse As Boolean

Property Value

TypeDescription
Boolean

true if the page group automatically collapses when its size is reduced, so it can no longer display all its links simultaneously; otherwise, false.

|

See Also

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace