NavigationFrame.SelectedPageIndex Property
Gets or sets which NavigationPage from the NavigationFrame.Pages collection should be selected.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the index of the newly selected page within the NavigationFrame.Pages collection. |
Remarks
Modifying the SelectedPageIndex property raises the NavigationFrame.SelectedPageIndexChanged event.
See Also