# C1.Data.DataSource.ClientViewSource.BaseView

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Data_DataSource_ClientViewSource_BaseView_" data-uid="C1.Data.DataSource.ClientViewSource.BaseView*">BaseView Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Data_DataSource_ClientViewSource_BaseView_" data-uid="C1.Data.DataSource.ClientViewSource.BaseView*"></a>
<h4 id="C1_Data_DataSource_ClientViewSource_BaseView" data-uid="C1.Data.DataSource.ClientViewSource.BaseView">BaseView</h4>
<div class="markdown level1 summary"><p>Gets or sets an instance of <a class="xref" href="C1.Data.ClientView-1.html">ClientView&lt;T&gt;</a> that the <a class="xref" href="C1.Data.DataSource.ClientViewSource.html">ClientViewSource</a> uses as the base for composing queries.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public View BaseView { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property BaseView As View</code></pre>
</div>
<h5 id="C1_Data_DataSource_ClientViewSource_BaseView_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The <a class="xref" href="C1.Data.DataSource.ClientViewSource.html">ClientViewSource</a> applies filtering, sorting, grouping, and paging to its BaseView.</p>
</div>
<h5 class="exceptions">Exceptions</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Condition</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.argumentexception">ArgumentException</a></td>
      <td><p>The value is not null and not an instance of <a class="xref" href="C1.Data.ClientView-1.html">ClientView&lt;T&gt;</a>.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
