The HitTestInfo type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property CellRange
Gets a CellRange object that represents the cell at the specified location.
Public property CellType
Gets the type of cell at the specified location.
Public property Column
Gets the index of the column at the specified location.
Public property MouseEventArgs
Gets the RoutedEventArgs object used to create this HitTestInfo object.
Public property Panel
Gets the GridPanel at the specified location.
Public property Point
Gets the Point that defines the hit test location.
Public property Rect
Gets a Rect value that represents the bounds of the cell at the specified location.
Public property Row
Gets the index of the row at the specified location.

See Also