Back to Devexpress

NavigationPageBase.PageVisible Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-e7c27651.md

latest1.2 KB
Original Source

NavigationPageBase.PageVisible Property

Gets or sets whether or not this page is currently visible.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if this page is currently visible; otherwise, false.

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace