# C1.Win.TrueDBGrid.BorderTypeEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_TrueDBGrid_BorderTypeEnum" data-uid="C1.Win.TrueDBGrid.BorderTypeEnum" class="text-break">BorderTypeEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the borders for a <a class="xref" href="C1.Win.TrueDBGrid.Style.html">Style</a>.</p>
</div>
  <div class="markdown level0 conceptual"></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_BorderTypeEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BorderTypeEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BorderTypeEnum</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_TrueDBGrid_BorderTypeEnum_Fillet">Fillet</td>
        <td><p>A fillet type border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_Flat">Flat</td>
        <td><p>Borders have a Flat appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_Groove">Groove</td>
        <td><p>A line around the inside of the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_Inset">Inset</td>
        <td><p>Borders have a 3D inset appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_InsetBevel">InsetBevel</td>
        <td><p>Borders have a 3D inset with a bevel.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_None">None</td>
        <td><p>No borders.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_Raised">Raised</td>
        <td><p>Borders have a 3D raised appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_TrueDBGrid_BorderTypeEnum_RaisedBevel">RaisedBevel</td>
        <td><p>Borders have a 3D raised with a bevel.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
