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

BackstageViewItemEventArgs.Item Property

Gets the currently processed item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public BackstageViewItem Item { get; }

Property Value

Type Description
BackstageViewItem

A BackstageViewItem object that is the currently processed item.

See Also