BackstageViewControl.BackButtonClick Event
Occurs when the ‘Back’ button is clicked.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The BackButtonClick event's data class is EventArgs.
Remarks
A BackstageViewControl displays a ‘Back’ button if the parent Ribbon Control’s RibbonControl.RibbonStyle property is set to Office 2013. See the RibbonControlStyle.Office2013 topic to learn more.
See Also