# C1.LiveLinq.LiveViews.DataBindingMode

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_LiveLinq_LiveViews_DataBindingMode" data-uid="C1.LiveLinq.LiveViews.DataBindingMode" class="text-break">DataBindingMode Enum
</h1>
  <div class="markdown level0 summary"><p>Enumeration of the possible data binding modes. It is used by the <a class="xref" href="C1.LiveLinq.LiveViews.View.DataBindingMode.html#C1_LiveLinq_LiveViews_View_DataBindingMode">DataBindingMode</a> property.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.LiveLinq.LiveViews.html">C1.LiveLinq.LiveViews</a></h6>
  <h6><strong>Assembly</strong>: C1.LiveLinq.4.8.dll</h6>
  <h5 id="C1_LiveLinq_LiveViews_DataBindingMode_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum DataBindingMode</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum DataBindingMode</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_LiveLinq_LiveViews_DataBindingMode_Default">Default</td>
        <td><p>The default mode, which is <a class="xref" href="C1.LiveLinq.LiveViews.DataBindingMode.html#C1_LiveLinq_LiveViews_DataBindingMode_WPF">WPF mode</a> in WPF applications and <a class="xref" href="C1.LiveLinq.LiveViews.DataBindingMode.html#C1_LiveLinq_LiveViews_DataBindingMode_WinForms">WinForms mode</a> in WinForms applications.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_DataBindingMode_WPF">WPF</td>
        <td><p>In data binding to a <a class="xref" href="C1.LiveLinq.LiveViews.View.html">View</a>, view items (elements of the <a class="xref" href="C1.LiveLinq.LiveViews.View.html">View</a> itself as a collection) are used for data binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_LiveLinq_LiveViews_DataBindingMode_WinForms">WinForms</td>
        <td><p>In data binding to a <a class="xref" href="C1.LiveLinq.LiveViews.View.html">View</a>, view rows (elements of the <a class="xref" href="C1.LiveLinq.LiveViews.View.Rows.html#C1_LiveLinq_LiveViews_View_Rows">Rows</a> collection) are used for data binding.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="extensionmethods">Extension Methods</h3>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_">Hints.Indexed&lt;DataBindingMode&gt;(DataBindingMode)</a>
  </div>
  <div>
      <a class="xref" href="C1.LiveLinq.Hints.Indexed.html#C1_LiveLinq_Hints_Indexed__1___0_C1_LiveLinq_IndexingHintAction_">Hints.Indexed&lt;DataBindingMode&gt;(DataBindingMode, IndexingHintAction)</a>
  </div>
</div>
