Skip to main content

BackstageView.SelectedTabIndexOnShow Property

Gets or sets the index of the tab that is selected by default when the backstage view is opened. 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 int SelectedTabIndexOnShow { get; set; }

Property Value

Type Description
Int32

An integer value that is the index of the tab to be selected by default.

See Also