Skip to main content

BackstageViewButtonItem.CloseBackstageViewOnClick Property

Gets or sets whether the current BackstageViewControl is closed when the current item is clicked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public bool CloseBackstageViewOnClick { get; set; }

Property Value

Type Default Description
Boolean true

true if the current BackstageViewControl is closed when the current item is clicked; otherwise, false.

Remarks

To access the current BackstageViewControl, use the BackstageViewItemBase.Control property.

To manually close a BackstageViewControl, call RibbonControl.HideApplicationButtonContentControl.

See Also