Back to Devexpress

RibbonPageGroup.IsVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribbonpagegroup-022376f4.md

latest1.0 KB
Original Source

RibbonPageGroup.IsVisible Property

Gets or sets whether the current group is 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 IsVisible { get; set; }
vb
Public Property IsVisible As Boolean

Property Value

TypeDescription
Boolean

true if the current group is visible; otherwise, false.

|

See Also

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.Xpf.Ribbon Namespace