windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-bccbe3ca.md
Gets or sets the currently selected tab item.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(null)]
[DXCategory("Appearance")]
public BackstageViewTabItem SelectedTab { get; set; }
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property SelectedTab As BackstageViewTabItem
| Type | Default | Description |
|---|---|---|
| BackstageViewTabItem | null |
A BackstageViewTabItem object that is the currently selected tab item.
|
A BackstageViewControl displays the contents of a currently selected tab item in the right panel.
You can select a tab item in code using the following properties:
To respond to selecting tab items, handle the BackstageViewControl.SelectedTabChanged or BackstageViewTabItem.SelectedChanged event.
See Also