Skip to main content
All docs
V24.1

RowClickEventArgs.HitInfo Property

Gets an object that identifies the clicked UI element.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v24.1.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