Skip to main content
A newer version of this page is available. .

NavigationFrame.SelectedPage Property

Gets or sets the currently selected page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraBars.Navigation.INavigationPage

A NavigationPage, currently selected within this NavigationFrame.

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