RibbonPage.Visible Property
Gets or sets whether the page is visible.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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