Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

BackstageViewControl.SelectedTab Property

Gets or sets the currently selected tab item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
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