# C1.Win.List.GridRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_List_GridRenderer" data-uid="C1.Win.List.GridRenderer" class="text-break">GridRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Base class for the grid renderers.</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"><span class="xref">GridRenderer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.List.html">C1.Win.List</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.List.4.8.dll</h6>
  <h5 id="C1_Win_List_GridRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class GridRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class GridRenderer</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_List_GridRenderer__ctor" data-uid="C1.Win.List.GridRenderer.#ctor">
          <a class="xref" href="C1.Win.List.GridRenderer.-ctor.html#C1_Win_List_GridRenderer__ctor">GridRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.Win.List.GridRenderer.html">GridRenderer</a> class.</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_List_GridRenderer_GetBackgroundBrush_C1_Win_List_ListBase_Frame_C1_Win_List_GridRenderer_CellType_System_Drawing_Rectangle_" data-uid="C1.Win.List.GridRenderer.GetBackgroundBrush(C1.Win.List.ListBase.Frame,C1.Win.List.GridRenderer.CellType,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.List.GridRenderer.GetBackgroundBrush.html#C1_Win_List_GridRenderer_GetBackgroundBrush_C1_Win_List_ListBase_Frame_C1_Win_List_GridRenderer_CellType_System_Drawing_Rectangle_">GetBackgroundBrush(Frame, CellType, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the background brush.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_GridRenderer_GetBorderPen_C1_Win_List_GridRenderer_CellType_" data-uid="C1.Win.List.GridRenderer.GetBorderPen(C1.Win.List.GridRenderer.CellType)">
          <a class="xref" href="C1.Win.List.GridRenderer.GetBorderPen.html#C1_Win_List_GridRenderer_GetBorderPen_C1_Win_List_GridRenderer_CellType_">GetBorderPen(CellType)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the border pen.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_GridRenderer_OnDrawCell_C1_Win_List_ListBase_Frame_C1_Win_List_OwnerDrawCellEventArgs_C1_Win_List_GridRenderer_CellType_" data-uid="C1.Win.List.GridRenderer.OnDrawCell(C1.Win.List.ListBase.Frame,C1.Win.List.OwnerDrawCellEventArgs,C1.Win.List.GridRenderer.CellType)">
          <a class="xref" href="C1.Win.List.GridRenderer.OnDrawCell.html#C1_Win_List_GridRenderer_OnDrawCell_C1_Win_List_ListBase_Frame_C1_Win_List_OwnerDrawCellEventArgs_C1_Win_List_GridRenderer_CellType_">OnDrawCell(Frame, OwnerDrawCellEventArgs, CellType)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_List_GridRenderer_StyleHasCustomBackground_C1_Win_List_Style_" data-uid="C1.Win.List.GridRenderer.StyleHasCustomBackground(C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.GridRenderer.StyleHasCustomBackground.html#C1_Win_List_GridRenderer_StyleHasCustomBackground_C1_Win_List_Style_">StyleHasCustomBackground(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Styles the has custom background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_GridRenderer_StyleHasCustomBorder_C1_Win_List_Style_" data-uid="C1.Win.List.GridRenderer.StyleHasCustomBorder(C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.GridRenderer.StyleHasCustomBorder.html#C1_Win_List_GridRenderer_StyleHasCustomBorder_C1_Win_List_Style_">StyleHasCustomBorder(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Styles the has custom border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_List_GridRenderer_StyleHasRightBorder_C1_Win_List_Style_" data-uid="C1.Win.List.GridRenderer.StyleHasRightBorder(C1.Win.List.Style)">
          <a class="xref" href="C1.Win.List.GridRenderer.StyleHasRightBorder.html#C1_Win_List_GridRenderer_StyleHasRightBorder_C1_Win_List_Style_">StyleHasRightBorder(Style)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the style has right border.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
