Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Behavior")]
public int SelectedTabIndex { get; set; }

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