# C1.Win.TrueDBGrid.GridBorders

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_TrueDBGrid_GridBorders" data-uid="C1.Win.TrueDBGrid.GridBorders" class="text-break">GridBorders Class
</h1>
  <div class="markdown level0 summary"><p>Represents the border in a <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a></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">GridBorders</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.TrueDBGrid.html">C1.Win.TrueDBGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.TrueDBGrid.10.dll</h6>
  <h5 id="C1_Win_TrueDBGrid_GridBorders_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter))]
public class GridBorders</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter))&gt;
Public Class GridBorders</code></pre>
  </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_TrueDBGrid_GridBorders_BorderType" data-uid="C1.Win.TrueDBGrid.GridBorders.BorderType">
          <a class="xref" href="C1.Win.TrueDBGrid.GridBorders.BorderType.html#C1_Win_TrueDBGrid_GridBorders_BorderType">BorderType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GridBorders_Bottom" data-uid="C1.Win.TrueDBGrid.GridBorders.Bottom">
          <a class="xref" href="C1.Win.TrueDBGrid.GridBorders.Bottom.html#C1_Win_TrueDBGrid_GridBorders_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the bottom border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GridBorders_Color" data-uid="C1.Win.TrueDBGrid.GridBorders.Color">
          <a class="xref" href="C1.Win.TrueDBGrid.GridBorders.Color.html#C1_Win_TrueDBGrid_GridBorders_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GridBorders_Left" data-uid="C1.Win.TrueDBGrid.GridBorders.Left">
          <a class="xref" href="C1.Win.TrueDBGrid.GridBorders.Left.html#C1_Win_TrueDBGrid_GridBorders_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the left border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GridBorders_Right" data-uid="C1.Win.TrueDBGrid.GridBorders.Right">
          <a class="xref" href="C1.Win.TrueDBGrid.GridBorders.Right.html#C1_Win_TrueDBGrid_GridBorders_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the right border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_GridBorders_Top" data-uid="C1.Win.TrueDBGrid.GridBorders.Top">
          <a class="xref" href="C1.Win.TrueDBGrid.GridBorders.Top.html#C1_Win_TrueDBGrid_GridBorders_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the top border.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
