# C1.Win.FlexGrid.HitTestTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_FlexGrid_HitTestTypeEnum" data-uid="C1.Win.FlexGrid.HitTestTypeEnum" class="text-break">HitTestTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Type of grid element at a specific point on the 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_HitTestTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum HitTestTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum HitTestTypeEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_Cell">Cell</td>
        <td><p>The point is on a grid cell. (The cell coordinates are stored in the <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Row.html#C1_Win_FlexGrid_HitTestInfo_Row">Row</a>
and <a class="xref" href="C1.Win.FlexGrid.HitTestInfo.Column.html#C1_Win_FlexGrid_HitTestInfo_Column">Column</a> properties).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_Checkbox">Checkbox</td>
        <td><p>The point is on a check box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_ColumnFreeze">ColumnFreeze</td>
        <td><p>The point is near the right edge of the last frozen column, in the column freezing area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_ColumnHeader">ColumnHeader</td>
        <td><p>The point is on a fixed row, over a column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_ColumnPickerIcon">ColumnPickerIcon</td>
        <td><p>The point is on the Column picker icon on a cell [0,0].</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_ColumnResize">ColumnResize</td>
        <td><p>The point is near the right edge of a fixed cell, in the column resizing area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_EditButton">EditButton</td>
        <td><p>The point is on an edit button (drop down, popup editors).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_ExpressionIcon">ExpressionIcon</td>
        <td><p>The point is on the expression editor icon on a column header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_FilterIcon">FilterIcon</td>
        <td><p>The point is on the filter icon on a column header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_None">None</td>
        <td><p>The point is in the grid's empty area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_OutlineBar">OutlineBar</td>
        <td><p>The point is on the outline bar (visible when the grid's <a class="xref" href="C1.Win.FlexGrid.C1FlexGridBase.Tree.html#C1_Win_FlexGrid_C1FlexGridBase_Tree">Tree</a> property
has a <a class="xref" href="C1.Win.FlexGrid.GridTree.Style.html#C1_Win_FlexGrid_GridTree_Style">Style</a> that contains the <a class="xref" href="C1.Win.FlexGrid.TreeStyleFlags.html#C1_Win_FlexGrid_TreeStyleFlags_ButtonBar">ButtonBar</a> flag).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_OutlineTree">OutlineTree</td>
        <td><p>The point is on the collapse/expand button on an outline tree (visible when the grid's
<a class="xref" href="C1.Win.FlexGrid.GridTree.Style.html#C1_Win_FlexGrid_GridTree_Style">Style</a> property contains the <a class="xref" href="C1.Win.FlexGrid.TreeStyleFlags.html#C1_Win_FlexGrid_TreeStyleFlags_Symbols">Symbols</a> flag).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_PinIcon">PinIcon</td>
        <td><p>The point is on the pin icon on a column header cell.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_RowFreeze">RowFreeze</td>
        <td><p>The point is near the bottom edge of the last frozen row, in the row freezing area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_RowHeader">RowHeader</td>
        <td><p>The point is on a fixed column, next to a row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_HitTestTypeEnum_RowResize">RowResize</td>
        <td><p>The point is near the bottom edge of a fixed cell, in the row resizing area.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
