# GrapeCity.ActiveReports.Design.Designer.GridMode

## Content

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



<h1 id="GrapeCity_ActiveReports_Design_Designer_GridMode_" data-uid="GrapeCity.ActiveReports.Design.Designer.GridMode*">GridMode Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Design_Designer_GridMode_" data-uid="GrapeCity.ActiveReports.Design.Designer.GridMode*"></a>
<h4 id="GrapeCity_ActiveReports_Design_Designer_GridMode" data-uid="GrapeCity.ActiveReports.Design.Designer.GridMode">GridMode</h4>
<div class="markdown level1 summary"><p>Gets or sets a value representing the mode in which the grid is displayed in the designer workspace.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public GridMode GridMode { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Design.GridMode.html">GridMode</a></td>
      <td><p>The mode of the grid as defined by the <a class="xref" href="GrapeCity.ActiveReports.Design.GridMode.html">GridMode</a> enumeration. This determines how the grid lines are drawn
in the designer, affecting the visual guidance provided for aligning and placing report elements.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Design_Designer_GridMode_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The grid mode can be set to different styles such as dots or lines, depending on the user's preference or the specific requirements of the report design task
at hand. Changing the grid mode can enhance the design experience by providing the appropriate level of visual guidance.</p>
</div>
</div>
