Back to Devexpress

RibbonPageGroup.ActualHideWhenEmpty Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-35e0905b.md

latest1.2 KB
Original Source

RibbonPageGroup.ActualHideWhenEmpty Property

Gets the actual value that specifies whether the current group is automatically hidden if it does not contain any items.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool ActualHideWhenEmpty { get; }
vb
Public ReadOnly Property ActualHideWhenEmpty As Boolean

Property Value

TypeDescription
Boolean

true, if the current page is hidden if it does not contain any items; otherwise, false.

|

See Also

HideWhenEmpty

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace