Back to Devexpress

RibbonPage.HideWhenEmpty Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-9b3a9007.md

latest1.0 KB
Original Source

RibbonPage.HideWhenEmpty Property

Gets or sets whether the current page is automatically hidden if it does not contain any items. 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? HideWhenEmpty { get; set; }
vb
Public Property HideWhenEmpty As Boolean?

Property Value

Type
Nullable<Boolean>

See Also

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace