# C1.WPF.Grid.GridMouseOverMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_Grid_GridMouseOverMode" data-uid="C1.WPF.Grid.GridMouseOverMode" class="text-break">GridMouseOverMode Enum
</h1>
  <div class="markdown level0 summary"><p>Defines constants that specify grid mouse over mode.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Grid.html">C1.WPF.Grid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Grid.dll</h6>
  <h5 id="C1_WPF_Grid_GridMouseOverMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridMouseOverMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GridMouseOverMode</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_WPF_Grid_GridMouseOverMode_Cell">Cell</td>
        <td><p>The mouse-over style applies to a single cell at a time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridMouseOverMode_Column">Column</td>
        <td><p>The mouse-over style applies to the entire column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridMouseOverMode_None">None</td>
        <td><p>No special action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridMouseOverMode_Row">Row</td>
        <td><p>The mouse-over style applies to the entire row.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Grid_GridMouseOverMode_Selection">Selection</td>
        <td><p>The mouse-over style applies to cells according to <a class="xref" href="C1.WPF.Grid.GridSelectionMode.html">GridSelectionMode</a></p>
</td>
      </tr>
    </tbody>
  </table>
</div>
