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.v14.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