Back to Devexpress

NavigationFrame.SelectedPageIndex Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-navigationframe-e8382637.md

latest1.8 KB
Original Source

NavigationFrame.SelectedPageIndex Property

Gets or sets which NavigationPage from the NavigationFrame.Pages collection should be selected.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public int SelectedPageIndex { get; set; }
vb
<Browsable(False)>
Public Property SelectedPageIndex As Integer

Property Value

TypeDescription
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

SelectedPageIndexChanged

NavigationFrame Class

NavigationFrame Members

DevExpress.XtraBars.Navigation Namespace