# C1.WPF.PropertyGrid.PropertyGroup

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_PropertyGrid_PropertyGroup" data-uid="C1.WPF.PropertyGrid.PropertyGroup" class="text-break">PropertyGroup Class
</h1>
  <div class="markdown level0 summary"><p>Group of <a class="xref" href="C1.WPF.PropertyGrid.PropertyAttribute.html">PropertyAttribute</a> which has same <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.PropertyInfo.html#C1_WPF_PropertyGrid_PropertyGroup_PropertyInfo">PropertyInfo</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">PropertyGroup</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.PropertyGrid.html">C1.WPF.PropertyGrid</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PropertyGrid.dll</h6>
  <h5 id="C1_WPF_PropertyGrid_PropertyGroup_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PropertyGroup</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PropertyGroup</code></pre>
  </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_WPF_PropertyGrid_PropertyGroup_Category" data-uid="C1.WPF.PropertyGrid.PropertyGroup.Category">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.Category.html#C1_WPF_PropertyGrid_PropertyGroup_Category">Category</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the category.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_DisplayIndex" data-uid="C1.WPF.PropertyGrid.PropertyGroup.DisplayIndex">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.DisplayIndex.html#C1_WPF_PropertyGrid_PropertyGroup_DisplayIndex">DisplayIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display index associated to this group of <a class="xref" href="C1.WPF.PropertyGrid.PropertyAttribute.html">PropertyAttribute</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_DisplayName" data-uid="C1.WPF.PropertyGrid.PropertyGroup.DisplayName">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.DisplayName.html#C1_WPF_PropertyGrid_PropertyGroup_DisplayName">DisplayName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the display name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_IsDefaultValue" data-uid="C1.WPF.PropertyGrid.PropertyGroup.IsDefaultValue">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.IsDefaultValue.html#C1_WPF_PropertyGrid_PropertyGroup_IsDefaultValue">IsDefaultValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether all the properties have the default value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_IsDefined" data-uid="C1.WPF.PropertyGrid.PropertyGroup.IsDefined">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.IsDefined.html#C1_WPF_PropertyGrid_PropertyGroup_IsDefined">IsDefined</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether all the properties have a corresponding PropertyInfo.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_IsReadOnly" data-uid="C1.WPF.PropertyGrid.PropertyGroup.IsReadOnly">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.IsReadOnly.html#C1_WPF_PropertyGrid_PropertyGroup_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the group of attributes is read-only.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_MemberName" data-uid="C1.WPF.PropertyGrid.PropertyGroup.MemberName">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.MemberName.html#C1_WPF_PropertyGrid_PropertyGroup_MemberName">MemberName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the member name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_Properties" data-uid="C1.WPF.PropertyGrid.PropertyGroup.Properties">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.Properties.html#C1_WPF_PropertyGrid_PropertyGroup_Properties">Properties</a>
        </td>
        <td class="markdown level1 summary"><p>a group of propertyAttribute which has same propertyInfo</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_PropertyInfo" data-uid="C1.WPF.PropertyGrid.PropertyGroup.PropertyInfo">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.PropertyInfo.html#C1_WPF_PropertyGrid_PropertyGroup_PropertyInfo">PropertyInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.PropertyInfo.html#C1_WPF_PropertyGrid_PropertyGroup_PropertyInfo">PropertyInfo</a> associated to this group of <a class="xref" href="C1.WPF.PropertyGrid.PropertyAttribute.html">PropertyAttribute</a>.</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_WPF_PropertyGrid_PropertyGroup_GetErrors" data-uid="C1.WPF.PropertyGrid.PropertyGroup.GetErrors">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.GetErrors.html#C1_WPF_PropertyGrid_PropertyGroup_GetErrors">GetErrors()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the errors in the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_GetValue__1" data-uid="C1.WPF.PropertyGrid.PropertyGroup.GetValue``1">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.GetValue.html#C1_WPF_PropertyGrid_PropertyGroup_GetValue__1">GetValue&lt;T&gt;()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the group or default if they are different.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_IsAssignableFrom_System_Type_" data-uid="C1.WPF.PropertyGrid.PropertyGroup.IsAssignableFrom(System.Type)">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.IsAssignableFrom.html#C1_WPF_PropertyGrid_PropertyGroup_IsAssignableFrom_System_Type_">IsAssignableFrom(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the group can be assigned from the specified <code class="paramref">type</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_ResetValue" data-uid="C1.WPF.PropertyGrid.PropertyGroup.ResetValue">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.ResetValue.html#C1_WPF_PropertyGrid_PropertyGroup_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value in all the properties of the group.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_SetValue_System_Object_System_Windows_Data_IValueConverter_" data-uid="C1.WPF.PropertyGrid.PropertyGroup.SetValue(System.Object,System.Windows.Data.IValueConverter)">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.SetValue.html#C1_WPF_PropertyGrid_PropertyGroup_SetValue_System_Object_System_Windows_Data_IValueConverter_">SetValue(object, IValueConverter)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value in all the properties of the group.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_PropertyGrid_PropertyGroup_ValueChanged" data-uid="C1.WPF.PropertyGrid.PropertyGroup.ValueChanged">
          <a class="xref" href="C1.WPF.PropertyGrid.PropertyGroup.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the value of the group changed for any of the properties.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
