Skip to main content

BackstageView.IsOpen Property

Gets or sets whether the backstage view is currently opened. This is dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool IsOpen { get; set; }

Property Value

Type Description
Boolean

true if the backstage view is currently opened; otherwise, false.

See Also