NavigationFrame.SelectedPage Property
In This Article
Gets or sets the currently selected page.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v25.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Default |
---|---|
Navigation |
null |
#Remarks
Attempts to change the SelectedPage raise the NavigationFrame.SelectedPageChanging event, which can be canceled to restrict navigating to this page. If not canceled, the NavigationFrame.SelectedPageChanged event occurs.
See Also