# C1.Web.Mvc.PropertyGroupDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Mvc_PropertyGroupDescription" data-uid="C1.Web.Mvc.PropertyGroupDescription" class="text-break">PropertyGroupDescription Class
</h1>
  <div class="markdown level0 summary"><p>Describes the grouping of items using a property name as the criterion.</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"><a class="xref" href="C1.Web.Mvc.GroupDescription.html">GroupDescription</a></div>
    <div class="level2"><span class="xref">PropertyGroupDescription</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Mvc.html">C1.Web.Mvc</a></h6>
  <h6><strong>Assembly</strong>: C1.AspNetCore.Mvc.dll</h6>
  <h5 id="C1_Web_Mvc_PropertyGroupDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyGroupDescription : GroupDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyGroupDescription
    Inherits GroupDescription</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_Web_Mvc_PropertyGroupDescription__ctor" data-uid="C1.Web.Mvc.PropertyGroupDescription.#ctor">
          <a class="xref" href="C1.Web.Mvc.PropertyGroupDescription.-ctor.html#C1_Web_Mvc_PropertyGroupDescription__ctor">PropertyGroupDescription()</a>
        </td>
        <td class="markdown level1 summary"></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_Web_Mvc_PropertyGroupDescription_ClientClass" data-uid="C1.Web.Mvc.PropertyGroupDescription.ClientClass">
          <a class="xref" href="C1.Web.Mvc.PropertyGroupDescription.ClientClass.html#C1_Web_Mvc_PropertyGroupDescription_ClientClass">ClientClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the client-side object's class name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PropertyGroupDescription_ClientConverter" data-uid="C1.Web.Mvc.PropertyGroupDescription.ClientConverter">
          <a class="xref" href="C1.Web.Mvc.PropertyGroupDescription.ClientConverter.html#C1_Web_Mvc_PropertyGroupDescription_ClientConverter">ClientConverter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the callback function that takes an item and a property name and returns the group name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Mvc_PropertyGroupDescription_PropertyName" data-uid="C1.Web.Mvc.PropertyGroupDescription.PropertyName">
          <a class="xref" href="C1.Web.Mvc.PropertyGroupDescription.PropertyName.html#C1_Web_Mvc_PropertyGroupDescription_PropertyName">PropertyName</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
