Skip to main content
A newer version of this page is available. .

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

Declaration

public bool IsOpen { get; set; }

Property Value

Type Description
Boolean

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

See Also