Skip to main content

BackstageViewItemEventArgs.Item Property

Gets the currently processed item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.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