Skip to main content

BackstageView.StaysOpen Property

Gets or sets whether to close the backstage view when it loses focus. 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 bool StaysOpen { get; set; }

Property Value

Type Description
Boolean

true to keep the backstage view opened on losing focus; otherwise, false.

See Also