Back to Devexpress

NavigationPageBase.Enabled Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationpagebase-8f0909c9.md

latest1.3 KB
Original Source

NavigationPageBase.Enabled Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool Enabled { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Enabled As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

NavigationPageBase Class

NavigationPageBase Members

DevExpress.XtraBars.Navigation Namespace