# C1.WPF.PropertyGrid.C1PropertyGrid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_PropertyGrid_C1PropertyGrid" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid" class="text-break">C1PropertyGrid Class
</h1>
  <div class="markdown level0 summary"><p>The property-grid provides a user interface for browsing the properties of an object.</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">C1PropertyGrid</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_C1PropertyGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;LabelStyle&quot;, StyleTargetType = typeof(TextBlock))]
[StyleTypedProperty(Property = &quot;CategoryStyle&quot;, StyleTargetType = typeof(Control))]
[StyleTypedProperty(Property = &quot;ScrollBarStyle&quot;, StyleTargetType = typeof(ScrollBar))]
[StyleTypedProperty(Property = &quot;ValidationDecoratorStyle&quot;, StyleTargetType = typeof(C1ValidationDecorator))]
[StyleTypedProperty(Property = &quot;FilterAreaStyle&quot;, StyleTargetType = typeof(C1Border))]
[StyleTypedProperty(Property = &quot;FilterTextBoxStyle&quot;, StyleTargetType = typeof(TextBox))]
[StyleTypedProperty(Property = &quot;FilterIconStyle&quot;, StyleTargetType = typeof(ContentControl))]
[StyleTypedProperty(Property = &quot;DescriptionAreaStyle&quot;, StyleTargetType = typeof(C1Border))]
[StyleTypedProperty(Property = &quot;DescriptionLabelStyle&quot;, StyleTargetType = typeof(TextBlock))]
[StyleTypedProperty(Property = &quot;PopupStyle&quot;, StyleTargetType = typeof(C1PopupBorder))]
[TemplatePart(Name = &quot;Grid&quot;, Type = typeof(C1GridControl))]
[TemplatePart(Name = &quot;DescriptionArea&quot;, Type = typeof(C1Border))]
[TemplatePart(Name = &quot;Description&quot;, Type = typeof(TextBlock))]
[TemplatePart(Name = &quot;FilterArea&quot;, Type = typeof(C1Border))]
[TemplatePart(Name = &quot;Filter&quot;, Type = typeof(C1TextBox))]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
public class C1PropertyGrid : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;LabelStyle&quot;, StyleTargetType:=GetType(TextBlock))&gt;
&lt;StyleTypedProperty(Property:=&quot;CategoryStyle&quot;, StyleTargetType:=GetType(Control))&gt;
&lt;StyleTypedProperty(Property:=&quot;ScrollBarStyle&quot;, StyleTargetType:=GetType(ScrollBar))&gt;
&lt;StyleTypedProperty(Property:=&quot;ValidationDecoratorStyle&quot;, StyleTargetType:=GetType(C1ValidationDecorator))&gt;
&lt;StyleTypedProperty(Property:=&quot;FilterAreaStyle&quot;, StyleTargetType:=GetType(C1Border))&gt;
&lt;StyleTypedProperty(Property:=&quot;FilterTextBoxStyle&quot;, StyleTargetType:=GetType(TextBox))&gt;
&lt;StyleTypedProperty(Property:=&quot;FilterIconStyle&quot;, StyleTargetType:=GetType(ContentControl))&gt;
&lt;StyleTypedProperty(Property:=&quot;DescriptionAreaStyle&quot;, StyleTargetType:=GetType(C1Border))&gt;
&lt;StyleTypedProperty(Property:=&quot;DescriptionLabelStyle&quot;, StyleTargetType:=GetType(TextBlock))&gt;
&lt;StyleTypedProperty(Property:=&quot;PopupStyle&quot;, StyleTargetType:=GetType(C1PopupBorder))&gt;
&lt;TemplatePart(Name:=&quot;Grid&quot;, Type:=GetType(C1GridControl))&gt;
&lt;TemplatePart(Name:=&quot;DescriptionArea&quot;, Type:=GetType(C1Border))&gt;
&lt;TemplatePart(Name:=&quot;Description&quot;, Type:=GetType(TextBlock))&gt;
&lt;TemplatePart(Name:=&quot;FilterArea&quot;, Type:=GetType(C1Border))&gt;
&lt;TemplatePart(Name:=&quot;Filter&quot;, Type:=GetType(C1TextBox))&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
Public Class C1PropertyGrid
    Inherits C1View</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_WPF_PropertyGrid_C1PropertyGrid__ctor" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.#ctor">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.-ctor.html#C1_WPF_PropertyGrid_C1PropertyGrid__ctor">C1PropertyGrid()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.html">C1PropertyGrid</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</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_C1PropertyGrid_AutoGeneratePropertiesProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGeneratePropertiesProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGeneratePropertiesProperty.html">AutoGeneratePropertiesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGenerateProperties.html#C1_WPF_PropertyGrid_C1PropertyGrid_AutoGenerateProperties">AutoGenerateProperties</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_CategoryStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.CategoryStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.CategoryStyleProperty.html">CategoryStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.CategoryStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_CategoryStyle">CategoryStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_DefaultCategoryNameProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.DefaultCategoryNameProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DefaultCategoryNameProperty.html">DefaultCategoryNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DefaultCategoryName.html#C1_WPF_PropertyGrid_C1PropertyGrid_DefaultCategoryName">DefaultCategoryName</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionAreaStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionAreaStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionAreaStyleProperty.html">DescriptionAreaStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionAreaStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionAreaStyle">DescriptionAreaStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionLabelStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionLabelStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionLabelStyleProperty.html">DescriptionLabelStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionLabelStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionLabelStyle">DescriptionLabelStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorBackgroundProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBackgroundProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBackgroundProperty.html">EditorBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBackground.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorBackground">EditorBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderBrushProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderBrushProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderBrushProperty.html">EditorBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderBrush.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderBrush">EditorBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderThicknessProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderThicknessProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderThicknessProperty.html">EditorBorderThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderThickness.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderThickness">EditorBorderThickness</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorCornerRadiusProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorCornerRadiusProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorCornerRadiusProperty.html">EditorCornerRadiusProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorCornerRadius.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorCornerRadius">EditorCornerRadius</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorForegroundProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorForegroundProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorForegroundProperty.html">EditorForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorForeground.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorForeground">EditorForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorMarginProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorMarginProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorMarginProperty.html">EditorMarginProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorMargin.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorMargin">EditorMargin</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorPaddingProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorPaddingProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorPaddingProperty.html">EditorPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorPadding.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorPadding">EditorPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorWidthProperty.html">EditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorWidth">EditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterAreaStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterAreaStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterAreaStyleProperty.html">FilterAreaStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterAreaStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterAreaStyle">FilterAreaStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconStyleProperty.html">FilterIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconStyle">FilterIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconTemplateProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconTemplateProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconTemplateProperty.html">FilterIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconTemplate.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconTemplate">FilterIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterTextBoxStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterTextBoxStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterTextBoxStyleProperty.html">FilterTextBoxStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterTextBoxStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterTextBoxStyle">FilterTextBoxStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesBrushProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesBrushProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesBrushProperty.html">GridLinesBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesBrush.html#C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesBrush">GridLinesBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesVisibilityProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesVisibilityProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesVisibilityProperty.html">GridLinesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesVisibility.html#C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesVisibility">GridLinesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesWidthProperty.html">GridLinesWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesWidth">GridLinesWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_HorizontalScrollBarVisibilityProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.HorizontalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.HorizontalScrollBarVisibilityProperty.html">HorizontalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.HorizontalScrollBarVisibility.html#C1_WPF_PropertyGrid_C1PropertyGrid_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_LabelStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.LabelStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelStyleProperty.html">LabelStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_LabelStyle">LabelStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_LabelWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidthProperty.html">LabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_LabelWidth">LabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MaxEditorWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MaxEditorWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MaxEditorWidthProperty.html">MaxEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MaxEditorWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MaxEditorWidth">MaxEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MaxLabelWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MaxLabelWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MaxLabelWidthProperty.html">MaxLabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MaxLabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MaxLabelWidth">MaxLabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MinEditorWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MinEditorWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MinEditorWidthProperty.html">MinEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MinEditorWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MinEditorWidth">MinEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MinLabelWidthProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MinLabelWidthProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MinLabelWidthProperty.html">MinLabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MinLabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MinLabelWidth">MinLabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_PopupStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.PopupStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PopupStyleProperty.html">PopupStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PopupStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_PopupStyle">PopupStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_PropertySortProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.PropertySortProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PropertySortProperty.html">PropertySortProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PropertySort.html#C1_WPF_PropertyGrid_C1PropertyGrid_PropertySort">PropertySort</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ScrollBarStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ScrollBarStyleProperty.html">ScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ScrollBarStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_ScrollBarStyle">ScrollBarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_SelectedObjectProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObjectProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObjectProperty.html">SelectedObjectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObject.html#C1_WPF_PropertyGrid_C1PropertyGrid_SelectedObject">SelectedObject</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ShowDescriptionProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ShowDescriptionProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowDescriptionProperty.html">ShowDescriptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowDescription.html#C1_WPF_PropertyGrid_C1PropertyGrid_ShowDescription">ShowDescription</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ShowFilterProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ShowFilterProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowFilterProperty.html">ShowFilterProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowFilter.html#C1_WPF_PropertyGrid_C1PropertyGrid_ShowFilter">ShowFilter</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ShowResetButtonProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ShowResetButtonProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowResetButtonProperty.html">ShowResetButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowResetButton.html#C1_WPF_PropertyGrid_C1PropertyGrid_ShowResetButton">ShowResetButton</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ValidationDecoratorStyleProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ValidationDecoratorStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ValidationDecoratorStyleProperty.html">ValidationDecoratorStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ValidationDecoratorStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_ValidationDecoratorStyle">ValidationDecoratorStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_VerticalScrollBarVisibilityProperty" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.VerticalScrollBarVisibilityProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.VerticalScrollBarVisibilityProperty.html">VerticalScrollBarVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.VerticalScrollBarVisibility.html#C1_WPF_PropertyGrid_C1PropertyGrid_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a> dependency property.</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_WPF_PropertyGrid_C1PropertyGrid_AutoGenerateProperties" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGenerateProperties">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGenerateProperties.html#C1_WPF_PropertyGrid_C1PropertyGrid_AutoGenerateProperties">AutoGenerateProperties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the C1PropertyGrid should try to get the properties of the SelectedObject using reflection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_AvailableEditors" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.AvailableEditors">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.AvailableEditors.html#C1_WPF_PropertyGrid_C1PropertyGrid_AvailableEditors">AvailableEditors</a>
        </td>
        <td class="markdown level1 summary"><p>The list of currently available editors to use in the C1PropertyGrid.
The default list includes editors for: bool, Color, Brush, ColorPalette,
Enum, Numeric, String, Image and Uri values.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_CategoryStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.CategoryStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.CategoryStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_CategoryStyle">CategoryStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Style used for the category container.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_DefaultCategoryName" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.DefaultCategoryName">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DefaultCategoryName.html#C1_WPF_PropertyGrid_C1PropertyGrid_DefaultCategoryName">DefaultCategoryName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name used for the default category in which the properties are placed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionAreaStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionAreaStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionAreaStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionAreaStyle">DescriptionAreaStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the description area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionLabelStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionLabelStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.DescriptionLabelStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_DescriptionLabelStyle">DescriptionLabelStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the description label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorBackground" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBackground">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBackground.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorBackground">EditorBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background applied to the editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderBrush" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderBrush">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderBrush.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderBrush">EditorBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush applied to the borders of the editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderThickness" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderThickness">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorBorderThickness.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorBorderThickness">EditorBorderThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the editor's borders.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorCornerRadius" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorCornerRadius">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorCornerRadius.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorCornerRadius">EditorCornerRadius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corner-radius applied to the borders of the editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorForeground" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorForeground">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorForeground.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorForeground">EditorForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground applied to the editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorMargin" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorMargin">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorMargin.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorMargin">EditorMargin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the margin that will be applied to the editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorPadding" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorPadding">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorPadding.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorPadding">EditorPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding that will be applied to the editors.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_EditorWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.EditorWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.EditorWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_EditorWidth">EditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of generated editors for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterAreaStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterAreaStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterAreaStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterAreaStyle">FilterAreaStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the filter area.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconStyle">FilterIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the filter icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconTemplate" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconTemplate">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterIconTemplate.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterIconTemplate">FilterIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the icon template applied to the filter icon.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_FilterTextBoxStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.FilterTextBoxStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.FilterTextBoxStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_FilterTextBoxStyle">FilterTextBoxStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the filter text-box.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesBrush" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesBrush">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesBrush.html#C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesBrush">GridLinesBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesVisibility" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesVisibility">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesVisibility.html#C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesVisibility">GridLinesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.GridLinesWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_GridLinesWidth">GridLinesWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness of the grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_HorizontalScrollBarVisibility" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.HorizontalScrollBarVisibility">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.HorizontalScrollBarVisibility.html#C1_WPF_PropertyGrid_C1PropertyGrid_HorizontalScrollBarVisibility">HorizontalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal scroll bar visibility.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_IsFocused" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.IsFocused">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.IsFocused.html#C1_WPF_PropertyGrid_C1PropertyGrid_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the control is focused.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_LabelStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.LabelStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_LabelStyle">LabelStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Style applied to all the generated labels for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_LabelWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_LabelWidth">LabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of generated labels for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MaxEditorWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MaxEditorWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MaxEditorWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MaxEditorWidth">MaxEditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of generated editors for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MaxLabelWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MaxLabelWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MaxLabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MaxLabelWidth">MaxLabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum width of generated labels for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MinEditorWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MinEditorWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MinEditorWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MinEditorWidth">MinEditorWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of generated editors for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_MinLabelWidth" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.MinLabelWidth">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.MinLabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_MinLabelWidth">MinLabelWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum width of generated labels for the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_PopupStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.PopupStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PopupStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_PopupStyle">PopupStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the editors popup.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_PropertyAttributes" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.PropertyAttributes">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PropertyAttributes.html#C1_WPF_PropertyGrid_C1PropertyGrid_PropertyAttributes">PropertyAttributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of property attributes used to configure the visualization of the SelectedObject's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_PropertyGroups" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.PropertyGroups">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PropertyGroups.html#C1_WPF_PropertyGrid_C1PropertyGrid_PropertyGroups">PropertyGroups</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the property groups displayed in the grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_PropertySort" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.PropertySort">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.PropertySort.html#C1_WPF_PropertyGrid_C1PropertyGrid_PropertySort">PropertySort</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of sorting the PropertyGrid uses to display properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ScrollBarStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ScrollBarStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ScrollBarStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_ScrollBarStyle">ScrollBarStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the style that will be applied to the scrollbars.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_SelectedObject" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObject">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObject.html#C1_WPF_PropertyGrid_C1PropertyGrid_SelectedObject">SelectedObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the object for which the C1PropertyGrid displays properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_SelectedObjects" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObjects">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.SelectedObjects.html#C1_WPF_PropertyGrid_C1PropertyGrid_SelectedObjects">SelectedObjects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the objects for which the C1PropertyGrid displays properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ShowDescription" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ShowDescription">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowDescription.html#C1_WPF_PropertyGrid_C1PropertyGrid_ShowDescription">ShowDescription</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the 'Description' of the properties will be shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ShowFilter" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ShowFilter">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowFilter.html#C1_WPF_PropertyGrid_C1PropertyGrid_ShowFilter">ShowFilter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the a filter box is shown to allow filtering the properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ShowResetButton" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ShowResetButton">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ShowResetButton.html#C1_WPF_PropertyGrid_C1PropertyGrid_ShowResetButton">ShowResetButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the reset button will be shown in all the property boxes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ValidationDecoratorStyle" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ValidationDecoratorStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ValidationDecoratorStyle.html#C1_WPF_PropertyGrid_C1PropertyGrid_ValidationDecoratorStyle">ValidationDecoratorStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the error tooltips.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_VerticalScrollBarVisibility" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.VerticalScrollBarVisibility">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.VerticalScrollBarVisibility.html#C1_WPF_PropertyGrid_C1PropertyGrid_VerticalScrollBarVisibility">VerticalScrollBarVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical scroll bar visibility.</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_C1PropertyGrid_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ChangeVisualStateCommon.html#C1_WPF_PropertyGrid_C1PropertyGrid_ChangeVisualStateCommon_System_Boolean_">ChangeVisualStateCommon(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Common visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_Dispose_System_Boolean_" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.Dispose.html#C1_WPF_PropertyGrid_C1PropertyGrid_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_OnApplyTemplate" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.OnApplyTemplate">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.OnApplyTemplate.html#C1_WPF_PropertyGrid_C1PropertyGrid_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_OnAutoGeneratingProperty_C1_WPF_PropertyGrid_PropertyGridAttributeAutoGeneratingEventArgs_" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.OnAutoGeneratingProperty(C1.WPF.PropertyGrid.PropertyGridAttributeAutoGeneratingEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.OnAutoGeneratingProperty.html#C1_WPF_PropertyGrid_C1PropertyGrid_OnAutoGeneratingProperty_C1_WPF_PropertyGrid_PropertyGridAttributeAutoGeneratingEventArgs_">OnAutoGeneratingProperty(PropertyGridAttributeAutoGeneratingEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when a property attribute is being generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_OnFontChanged" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.OnFontChanged">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.OnFontChanged.html#C1_WPF_PropertyGrid_C1PropertyGrid_OnFontChanged">OnFontChanged()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.OnGotFocus.html#C1_WPF_PropertyGrid_C1PropertyGrid_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.OnGotKeyboardFocus(System.Windows.Input.KeyboardFocusChangedEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.OnGotKeyboardFocus.html#C1_WPF_PropertyGrid_C1PropertyGrid_OnGotKeyboardFocus_System_Windows_Input_KeyboardFocusChangedEventArgs_">OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.OnPreviewKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.OnPreviewKeyDown.html#C1_WPF_PropertyGrid_C1PropertyGrid_OnPreviewKeyDown_System_Windows_Input_KeyEventArgs_">OnPreviewKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></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_C1PropertyGrid_AutoGeneratingPropertyAttribute" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGeneratingPropertyAttribute">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.AutoGeneratingPropertyAttribute.html">AutoGeneratingPropertyAttribute</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a property attribute is being generated.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_LabelWidthChanged" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidthChanged">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidthChanged.html">LabelWidthChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.LabelWidth.html#C1_WPF_PropertyGrid_C1PropertyGrid_LabelWidth">LabelWidth</a> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_C1PropertyGrid_ValueChanged" data-uid="C1.WPF.PropertyGrid.C1PropertyGrid.ValueChanged">
          <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.ValueChanged.html">ValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the value of a property in the current SelectedObject changes.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
