Skip to main content
All docs
V26.1
  • RowClickEventArgs.HitInfo Property

    Gets an object that identifies the clicked UI element.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v26.1.dll

    Declaration

    public TreeListHitInfo HitInfo { get; }

    Property Value

    Type Description
    TreeListHitInfo

    A TreeListHitInfo object that identifies the clicked UI element.

    See Also