Back to Devexpress

RowClickEventArgs.HitInfo Property

windowsforms-devexpress-dot-xtratreelist-dot-rowclickeventargs.md

latest1.3 KB
Original Source

RowClickEventArgs.HitInfo Property

Gets an object that identifies the clicked UI element.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public TreeListHitInfo HitInfo { get; }
vb
Public ReadOnly Property HitInfo As TreeListHitInfo

Property Value

TypeDescription
TreeListHitInfo

A TreeListHitInfo object that identifies the clicked UI element.

|

See Also

Hit Information

RowClickEventArgs Class

RowClickEventArgs Members

DevExpress.XtraTreeList Namespace