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

BackstageViewControl.SelectedTab Property

Gets or sets the currently selected tab item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(null)]
public BackstageViewTabItem SelectedTab { get; set; }

Property Value

Type Default Description
BackstageViewTabItem *null*

A BackstageViewTabItem object that is the currently selected tab item.

Remarks

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