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

NavigationFrame.SelectedPageIndex Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public int SelectedPageIndex { get; set; }

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