Back to Devexpress

ItemClickEventArgs.Item Property

wpf-devexpress-dot-xpf-dot-bars-dot-itemclickeventargs.md

latest1.3 KB
Original Source

ItemClickEventArgs.Item Property

Gets the bar item that is currently being processed.

Namespace : DevExpress.Xpf.Bars

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public BarItem Item { get; }
vb
Public ReadOnly Property Item As BarItem

Property Value

TypeDescription
BarItem

A BarItem descendant that represents the bar item currently being processed.

|

See Also

Items

Items and Links

ItemClickEventArgs Class

ItemClickEventArgs Members

DevExpress.Xpf.Bars Namespace