Back to Devexpress

ItemClickEventArgs.LinkControl Property

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

latest1.2 KB
Original Source

ItemClickEventArgs.LinkControl Property

Gets the bar item link control that is currently being processed.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public IBarItemLinkControl LinkControl { get; }
vb
Public ReadOnly Property LinkControl As IBarItemLinkControl

Property Value

TypeDescription
DevExpress.Xpf.Bars.IBarItemLinkControl

An DevExpress.Xpf.Bars.IBarItemLinkControl descendant that represents the bar item currently being processed.

|

See Also

Items and Links

ItemClickEventArgs Class

ItemClickEventArgs Members

DevExpress.Xpf.Bars Namespace