Back to Devexpress

BackstageViewControl.SelectedTab Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-bccbe3ca.md

latest2.9 KB
Original Source

BackstageViewControl.SelectedTab Property

Gets or sets the currently selected tab item.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
public BackstageViewTabItem SelectedTab { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(Nothing)>
Public Property SelectedTab As BackstageViewTabItem

Property Value

TypeDefaultDescription
BackstageViewTabItemnull

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

Items

SelectedTabIndex

SelectedTabChanged

SelectedChanged

Selected

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace