# C1.Win.GanttView.PropertyComparerInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_GanttView_PropertyComparerInfo" data-uid="C1.Win.GanttView.PropertyComparerInfo" class="text-break">PropertyComparerInfo Class
</h1>
  <div class="markdown level0 summary"><p>This class stores info about property to compare and direction.</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">PropertyComparerInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.GanttView.html">C1.Win.GanttView</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.GanttView.10.dll</h6>
  <h5 id="C1_Win_GanttView_PropertyComparerInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyComparerInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyComparerInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_GanttView_PropertyComparerInfo__ctor_System_ComponentModel_PropertyDescriptor_System_ComponentModel_ListSortDirection_" data-uid="C1.Win.GanttView.PropertyComparerInfo.#ctor(System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
          <a class="xref" href="C1.Win.GanttView.PropertyComparerInfo.-ctor.html#C1_Win_GanttView_PropertyComparerInfo__ctor_System_ComponentModel_PropertyDescriptor_System_ComponentModel_ListSortDirection_">PropertyComparerInfo(PropertyDescriptor, ListSortDirection)</a>
        </td>
        <td class="markdown level1 summary"><p>initializes a new instance of <a class="xref" href="C1.Win.GanttView.PropertyComparerInfo.html">PropertyComparerInfo</a> class with specific property descriptor and direction.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Win_GanttView_PropertyComparerInfo_Direction" data-uid="C1.Win.GanttView.PropertyComparerInfo.Direction">
          <a class="xref" href="C1.Win.GanttView.PropertyComparerInfo.Direction.html#C1_Win_GanttView_PropertyComparerInfo_Direction">Direction</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.listsortdirection">ListSortDirection</a> of the order.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_GanttView_PropertyComparerInfo_PropertyDescriptor" data-uid="C1.Win.GanttView.PropertyComparerInfo.PropertyDescriptor">
          <a class="xref" href="C1.Win.GanttView.PropertyComparerInfo.PropertyDescriptor.html#C1_Win_GanttView_PropertyComparerInfo_PropertyDescriptor">PropertyDescriptor</a>
        </td>
        <td class="markdown level1 summary"><p>The <a class="xref" href="C1.Win.GanttView.PropertyComparerInfo.PropertyDescriptor.html#C1_Win_GanttView_PropertyComparerInfo_PropertyDescriptor">PropertyDescriptor</a> of property to compare.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
