Back to Devexpress

RibbonPageGroup.ActualIsVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-161d89f5.md

latest1.3 KB
Original Source

RibbonPageGroup.ActualIsVisible Property

Returns whether the page group is actually visible. 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 ActualIsVisible { get; protected set; }
vb
Public Property ActualIsVisible As Boolean

Property Value

TypeDescription
Boolean

true if the page group is actually visible; otherwise, false.

|

Remarks

See the RibbonPageGroup.IsVisible property to learn more.

See Also

IsVisible

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace