Skip to main content

BackstageView.SelectedTabOnShow Property

Gets or sets the tab that is selected by default when the BackstageView is opened by the end-user. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public IBackstageTabItem SelectedTabOnShow { get; set; }

Property Value

Type Description
DevExpress.UI.Xaml.Ribbon.IBackstageTabItem

The DevExpress.UI.Xaml.Ribbon.IBackstageTabItem that is selected by default.

See Also