Back to Devexpress

RibbonPageGroup.Visible Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagegroup-ca6c6073.md

latest1.3 KB
Original Source

RibbonPageGroup.Visible Property

Gets or sets whether the group is visible.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the group is visible; otherwise, false.

|

Remarks

Use the Visible property to control the visibility of Ribbon page groups. Hidden groups can be made visible again only in code.

See Also

RibbonPageGroup Class

RibbonPageGroup Members

DevExpress.XtraBars.Ribbon Namespace