BackstageViewControl.SelectedTabIndex Property
In This Article
Gets or sets the index of the selected tab item in the BackstageViewControl.Items collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.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 Backstage |
#Remarks
See BackstageViewControl.SelectedTab to learn more.
See Also