Skip to main content

BackstageViewControl.BackButtonClick Event

Occurs when the ‘Back’ button is clicked.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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