# C1.Win.FlexGrid.HitTestInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_HitTestInfo" data-uid="C1.Win.FlexGrid.HitTestInfo" class="text-break">HitTestInfo Struct
</h1>
  <div class="markdown level0 summary"><p>Contains information, such as the row and column indexes, about a specific coordinate pair
in the <a class="xref" href="C1.Win.FlexGrid.C1FlexGrid.html">C1FlexGrid</a> control.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexGrid.html">C1.Win.FlexGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexGrid.10.dll</h6>
  <h5 id="C1_Win_FlexGrid_HitTestInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public struct HitTestInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Structure HitTestInfo</code></pre>
  </div>
  <h5 id="C1_Win_FlexGrid_HitTestInfo_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.HitTest.html#C1_Win_FlexGrid_C1FlexGridBase_HitTest_System_Int32_System_Int32_">HitTest(int, int)</a> method to obtain a <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.html">HitTestInfo</a> value.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_Column" data-uid="C1.Win.FlexGrid.HitTestInfo.Column">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Column.html#C1_Win_FlexGrid_HitTestInfo_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Get the index of the column at the point being tested (if the point does not correspond to a cell, it returns -1).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_IsFooter" data-uid="C1.Win.FlexGrid.HitTestInfo.IsFooter">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.IsFooter.html#C1_Win_FlexGrid_HitTestInfo_IsFooter">IsFooter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether mouse is on footer.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_Point" data-uid="C1.Win.FlexGrid.HitTestInfo.Point">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Point.html#C1_Win_FlexGrid_HitTestInfo_Point">Point</a>
        </td>
        <td class="markdown level1 summary"><p>The point on the control surface, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_Row" data-uid="C1.Win.FlexGrid.HitTestInfo.Row">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Row.html#C1_Win_FlexGrid_HitTestInfo_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Get the index of the row at the point being tested (if the point does not correspond to a cell, it returns -1).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_Type" data-uid="C1.Win.FlexGrid.HitTestInfo.Type">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Type.html#C1_Win_FlexGrid_HitTestInfo_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="C1.Win.FlexGrid.HitTestTypeEnum.html">HitTestTypeEnum</a> that describes the type of element described by a <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.html">HitTestInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_X" data-uid="C1.Win.FlexGrid.HitTestInfo.X">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.X.html#C1_Win_FlexGrid_HitTestInfo_X">X</a>
        </td>
        <td class="markdown level1 summary"><p>The X coordinate of a point on the control surface, in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestInfo_Y" data-uid="C1.Win.FlexGrid.HitTestInfo.Y">
          <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Y.html#C1_Win_FlexGrid_HitTestInfo_Y">Y</a>
        </td>
        <td class="markdown level1 summary"><p>The Y coordinate of a point on the control surface, in pixels.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
