# GrapeCity.ActiveReports.Design.GridMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_ActiveReports_Design_GridMode" data-uid="GrapeCity.ActiveReports.Design.GridMode" class="text-break">GridMode Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the types of grid display modes available in the designer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Design.html">GrapeCity.ActiveReports.Design</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Design.Win.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Design_GridMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GridMode</code></pre>
  </div>
  <h5 id="GrapeCity_ActiveReports_Design_GridMode_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This enumeration specifies the visual representation of the grid in the ActiveReports designer. The grid helps in aligning report controls and can be displayed
either as dots or lines, depending on the user's preference.</p>
</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="GrapeCity_ActiveReports_Design_GridMode_Dots">Dots</td>
        <td><p>Represents the state where the grid is displayed as dots.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Design_GridMode_Lines">Lines</td>
        <td><p>Represents the state where the grid is displayed as lines.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
