Skip to main content

BackstageView.SelectedTabCaptionOnShow Property

Gets or sets the caption 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 string SelectedTabCaptionOnShow { get; set; }

Property Value

Type Description
String

An string value that is the caption of the tab to be selected by default.

See Also