Skip to main content
A newer version of this page is available. .

RibbonPage.Visible Property

Gets or sets whether the page is visible.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the page is visible; otherwise, false.

Remarks

Setting the Visible property to false hides the panel. Hidden panels can be made visible again only in code.

See Also