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

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

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