Skip to main content
All docs
V23.2

RowClickEventArgs.HitInfo Property

Gets an object that identifies the clicked UI element.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListHitInfo HitInfo { get; }

Property Value

Type Description
TreeListHitInfo

A TreeListHitInfo object that identifies the clicked UI element.

See Also