# C1.C1Preview.DataBinding.Sorting

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_DataBinding_Sorting" data-uid="C1.C1Preview.DataBinding.Sorting" class="text-break">Sorting Class
</h1>
  <div class="markdown level0 summary"><p>Represents the collection of sort expressions (see <a class="xref" href="C1.C1Preview.DataBinding.SortExpression.html">SortExpression</a>)
associated with a data-bound object in a <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a>.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Sorting</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.DataBinding.html">C1.C1Preview.DataBinding</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_DataBinding_Sorting_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[C1ClassSerialization(true)]
public class Sorting</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;C1ClassSerialization(True)&gt;
Public Class Sorting</code></pre>
  </div>
  <h5 id="C1_C1Preview_DataBinding_Sorting_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>This is the type of the <a class="xref" href="C1.C1Preview.DataBinding.C1DataBinding.Sorting.html#C1_C1Preview_DataBinding_C1DataBinding_Sorting">Sorting</a> proprty
of the <a class="xref" href="C1.C1Preview.DataBinding.C1DataBinding.html">C1DataBinding</a> class.</p>
</div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_DataBinding_Sorting_Defined" data-uid="C1.C1Preview.DataBinding.Sorting.Defined">
          <a class="xref" href="C1.C1Preview.DataBinding.Sorting.Defined.html#C1_C1Preview_DataBinding_Sorting_Defined">Defined</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether any sort expressions are defined on the current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_DataBinding_Sorting_Expressions" data-uid="C1.C1Preview.DataBinding.Sorting.Expressions">
          <a class="xref" href="C1.C1Preview.DataBinding.Sorting.Expressions.html#C1_C1Preview_DataBinding_Sorting_Expressions">Expressions</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of <a class="xref" href="C1.C1Preview.DataBinding.SortExpression.html">SortExpression</a> objects defined on the current object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_C1Preview_DataBinding_Sorting_AssignFrom_C1_C1Preview_DataBinding_Sorting_" data-uid="C1.C1Preview.DataBinding.Sorting.AssignFrom(C1.C1Preview.DataBinding.Sorting)">
          <a class="xref" href="C1.C1Preview.DataBinding.Sorting.AssignFrom.html#C1_C1Preview_DataBinding_Sorting_AssignFrom_C1_C1Preview_DataBinding_Sorting_">AssignFrom(Sorting)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.DataBinding.Sorting.html">Sorting</a> to the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
