BackstageViewControl.SelectedTabIndex Property
Gets or sets the index of the selected tab item in the BackstageViewControl.Items collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An integer value that is the zero-based index of the currently selected tab item in the BackstageViewControl.Items collection. |
Remarks
See BackstageViewControl.SelectedTab to learn more.
See Also