Skip to main content

NavigationFrame.SelectedPage Property

Gets or sets the currently selected page.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

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

Property Value

Type Default
NavigationPage 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