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

BackstageViewControl.BackButtonClick Event

Occurs when the ‘Back’ button is clicked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

[DXCategory("Action")]
public event EventHandler BackButtonClick

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