# C1.Win.FlexGrid.GridRendererSystem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexGrid_GridRendererSystem" data-uid="C1.Win.FlexGrid.GridRendererSystem" class="text-break">GridRendererSystem Class
</h1>
  <div class="markdown level0 summary"><p><a class="xref" href="C1.Win.FlexGrid.C1FlexGridRenderer.html">C1FlexGridRenderer</a> that implements the System visual style.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.FlexGrid.C1FlexGridRenderer.html">C1FlexGridRenderer</a></div>
    <div class="level2"><span class="xref">GridRendererSystem</span></div>
  </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.4.8.dll</h6>
  <h5 id="C1_Win_FlexGrid_GridRendererSystem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class GridRendererSystem : C1FlexGridRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class GridRendererSystem
    Inherits C1FlexGridRenderer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</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_GridRendererSystem__ctor" data-uid="C1.Win.FlexGrid.GridRendererSystem.#ctor">
          <a class="xref" href="C1.Win.FlexGrid.GridRendererSystem.-ctor.html#C1_Win_FlexGrid_GridRendererSystem__ctor">GridRendererSystem()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_GridRendererSystem_TracksMouse" data-uid="C1.Win.FlexGrid.GridRendererSystem.TracksMouse">
          <a class="xref" href="C1.Win.FlexGrid.GridRendererSystem.TracksMouse.html#C1_Win_FlexGrid_GridRendererSystem_TracksMouse">TracksMouse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether this renderer renders hot cells
differently than normal cells.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexGrid_GridRendererSystem_TracksSelection" data-uid="C1.Win.FlexGrid.GridRendererSystem.TracksSelection">
          <a class="xref" href="C1.Win.FlexGrid.GridRendererSystem.TracksSelection.html#C1_Win_FlexGrid_GridRendererSystem_TracksSelection">TracksSelection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that determines whether this renderer tracks the selection to paint
highlighted column and row headers.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_GridRendererSystem_OnDrawCell_C1_Win_FlexGrid_C1FlexGridBase_C1_Win_FlexGrid_OwnerDrawCellEventArgs_C1_Win_FlexGrid_C1FlexGridRenderer_CellType_" data-uid="C1.Win.FlexGrid.GridRendererSystem.OnDrawCell(C1.Win.FlexGrid.C1FlexGridBase,C1.Win.FlexGrid.OwnerDrawCellEventArgs,C1.Win.FlexGrid.C1FlexGridRenderer.CellType)">
          <a class="xref" href="C1.Win.FlexGrid.GridRendererSystem.OnDrawCell.html#C1_Win_FlexGrid_GridRendererSystem_OnDrawCell_C1_Win_FlexGrid_C1FlexGridBase_C1_Win_FlexGrid_OwnerDrawCellEventArgs_C1_Win_FlexGrid_C1FlexGridRenderer_CellType_">OnDrawCell(C1FlexGridBase, OwnerDrawCellEventArgs, CellType)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws a single grid cell of a specific type.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
