Skip to main content

NavigationFrame.SelectedPage Property

Gets or sets the currently selected page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Behavior")]
public NavigationPage SelectedPage { get; set; }

Property Value

Type
NavigationPage

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