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

BackstageViewButtonItem Class

This item acts as a button within a BackstageViewControl.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public class BackstageViewButtonItem :
    BackstageViewItem,
    ISupportCommandBinding

Remarks

To implement functionality for a BackstageViewButtonItem item, handle the BackstageViewControl.ItemClick or BackstageViewButtonItem.ItemClick events.

See Also