Skip to main content

BackstageViewControl.IsOpen Property

Gets or sets whether the specified BackstageViewControl is currently opened. This is dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v23.2.dll

NuGet Package: DevExpress.Wpf.Ribbon

Declaration

public bool IsOpen { get; set; }

Property Value

Type Description
Boolean

true if the specified BackstageViewControl is currently opened; otherwise, false.

See Also