Back to Devexpress

RibbonPage.IsVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpage-4c4ac144.md

latest1.2 KB
Original Source

RibbonPage.IsVisible Property

Gets or sets the page’s visibility. 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 IsVisible { get; set; }
vb
Public Property IsVisible As Boolean

Property Value

TypeDescription
Boolean

true if the page is visible; otherwise, false.

|

Remarks

To get the actual visibility state, use the RibbonPage.ActualIsVisible property.

See Also

ActualIsVisible

RibbonPage Class

RibbonPage Members

DevExpress.Xpf.Ribbon Namespace