Back to Devexpress

BackstageViewControl.IsOpen Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-361377d5.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsOpen { get; set; }
vb
Public Property IsOpen As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace