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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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