# GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView

## Content

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



<h1 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SplitView_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView*">SplitView Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SplitView_" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView*"></a>
<h4 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SplitView" data-uid="GrapeCity.ActiveReports.Viewer.Win.Viewer.SplitView">SplitView</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether the viewer is in Split View mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool SplitView { 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="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p><code>true</code> if the viewer is split into two panes; otherwise, <code>false</code>. The default is <code>false</code>.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="GrapeCity_ActiveReports_Viewer_Win_Viewer_SplitView_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When set to <code>true</code>, the viewer divides its display area into two separate panes, allowing users to view different parts of a document
simultaneously. This is particularly useful for comparing sections of a document or viewing two different documents side by side.</p>
<p>
The split orientation (horizontal or vertical) is determined by the current orientation of the viewer's container. 
Changing this property to <code>true</code> will split the viewer according to its current orientation, dividing the available space equally 
between the two panes.
</p>
</div>
</div>
