# C1.WPF.Extended.C1PropertyGrid

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Extended_C1PropertyGrid" data-uid="C1.WPF.Extended.C1PropertyGrid" class="text-break">C1PropertyGrid Class
</h1>
  <div class="markdown level0 summary"><p>The C1PropertyGrid 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"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1PropertyGrid</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Extended.html">C1.WPF.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_Extended_C1PropertyGrid_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TemplatePart(Name = &quot;Properties&quot;, Type = typeof(ItemsControl))]
[TemplatePart(Name = &quot;Methods&quot;, Type = typeof(ItemsControl))]
[TemplatePart(Name = &quot;Description&quot;, Type = typeof(TextBlock))]
[TemplatePart(Name = &quot;DescriptionArea&quot;, Type = typeof(Border))]
[TemplateVisualState(Name = &quot;MouseOver&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Disabled&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Normal&quot;, GroupName = &quot;CommonStates&quot;)]
[TemplateVisualState(Name = &quot;Focused&quot;, GroupName = &quot;FocusStates&quot;)]
[TemplateVisualState(Name = &quot;Unfocused&quot;, GroupName = &quot;FocusStates&quot;)]
[StyleTypedProperty(Property = &quot;LabelStyle&quot;, StyleTargetType = typeof(TextBlock))]
[StyleTypedProperty(Property = &quot;CategoryContainerStyle&quot;, StyleTargetType = typeof(C1Expander))]
[StyleTypedProperty(Property = &quot;ScrollBarStyle&quot;, StyleTargetType = typeof(ScrollBar))]
public class C1PropertyGrid : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TemplatePart(Name:=&quot;Properties&quot;, Type:=GetType(ItemsControl))&gt;
&lt;TemplatePart(Name:=&quot;Methods&quot;, Type:=GetType(ItemsControl))&gt;
&lt;TemplatePart(Name:=&quot;Description&quot;, Type:=GetType(TextBlock))&gt;
&lt;TemplatePart(Name:=&quot;DescriptionArea&quot;, Type:=GetType(Border))&gt;
&lt;TemplateVisualState(Name:=&quot;MouseOver&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Disabled&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Normal&quot;, GroupName:=&quot;CommonStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Focused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;TemplateVisualState(Name:=&quot;Unfocused&quot;, GroupName:=&quot;FocusStates&quot;)&gt;
&lt;StyleTypedProperty(Property:=&quot;LabelStyle&quot;, StyleTargetType:=GetType(TextBlock))&gt;
&lt;StyleTypedProperty(Property:=&quot;CategoryContainerStyle&quot;, StyleTargetType:=GetType(C1Expander))&gt;
&lt;StyleTypedProperty(Property:=&quot;ScrollBarStyle&quot;, StyleTargetType:=GetType(ScrollBar))&gt;
Public Class C1PropertyGrid
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_Extended_C1PropertyGrid__ctor" data-uid="C1.WPF.Extended.C1PropertyGrid.#ctor">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.-ctor.html#C1_WPF_Extended_C1PropertyGrid__ctor">C1PropertyGrid()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of a <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.html">C1PropertyGrid</a>.</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_Extended_C1PropertyGrid_AutoGenerateMethodsProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.AutoGenerateMethodsProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AutoGenerateMethodsProperty.html">AutoGenerateMethodsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AutoGenerateMethods.html#C1_WPF_Extended_C1PropertyGrid_AutoGenerateMethods">AutoGenerateMethods</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_AutoGeneratePropertiesProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.AutoGeneratePropertiesProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AutoGeneratePropertiesProperty.html">AutoGeneratePropertiesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AutoGenerateProperties.html#C1_WPF_Extended_C1PropertyGrid_AutoGenerateProperties">AutoGenerateProperties</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryBackgroundProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryBackgroundProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryBackgroundProperty.html">CategoryBackgroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryBackground.html#C1_WPF_Extended_C1PropertyGrid_CategoryBackground">CategoryBackground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryContainerStyleProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryContainerStyleProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryContainerStyleProperty.html">CategoryContainerStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryContainerStyle.html#C1_WPF_Extended_C1PropertyGrid_CategoryContainerStyle">CategoryContainerStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryForegroundProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryForegroundProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryForegroundProperty.html">CategoryForegroundProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryForeground.html#C1_WPF_Extended_C1PropertyGrid_CategoryForeground">CategoryForeground</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_DefaultCategoryNameProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.DefaultCategoryNameProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.DefaultCategoryNameProperty.html">DefaultCategoryNameProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.DefaultCategoryName.html#C1_WPF_Extended_C1PropertyGrid_DefaultCategoryName">DefaultCategoryName</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_DisabledCuesVisibilityProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.DisabledCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.DisabledCuesVisibilityProperty.html">DisabledCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.DisabledCuesVisibility.html#C1_WPF_Extended_C1PropertyGrid_DisabledCuesVisibility">DisabledCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_EditorPaddingProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.EditorPaddingProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.EditorPaddingProperty.html">EditorPaddingProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.EditorPadding.html#C1_WPF_Extended_C1PropertyGrid_EditorPadding">EditorPadding</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_EditorWidthProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.EditorWidthProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.EditorWidthProperty.html">EditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.EditorWidth.html#C1_WPF_Extended_C1PropertyGrid_EditorWidth">EditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_FocusCuesVisibilityProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.FocusCuesVisibilityProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.FocusCuesVisibilityProperty.html">FocusCuesVisibilityProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.FocusCuesVisibility.html#C1_WPF_Extended_C1PropertyGrid_FocusCuesVisibility">FocusCuesVisibility</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_IsFocusedProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.IsFocusedProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.IsFocusedProperty.html">IsFocusedProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.IsFocused.html#C1_WPF_Extended_C1PropertyGrid_IsFocused">IsFocused</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_LabelStyleProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.LabelStyleProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelStyleProperty.html">LabelStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelStyle.html#C1_WPF_Extended_C1PropertyGrid_LabelStyle">LabelStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_LabelWidthProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.LabelWidthProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelWidthProperty.html">LabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelWidth.html#C1_WPF_Extended_C1PropertyGrid_LabelWidth">LabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MaxEditorWidthProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MaxEditorWidthProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MaxEditorWidthProperty.html">MaxEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MaxEditorWidth.html#C1_WPF_Extended_C1PropertyGrid_MaxEditorWidth">MaxEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MaxLabelWidthProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MaxLabelWidthProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MaxLabelWidthProperty.html">MaxLabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MaxLabelWidth.html#C1_WPF_Extended_C1PropertyGrid_MaxLabelWidth">MaxLabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodAttributesProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodAttributesProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodAttributesProperty.html">MethodAttributesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodAttributes.html#C1_WPF_Extended_C1PropertyGrid_MethodAttributes">MethodAttributes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodBoxesProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodBoxesProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodBoxesProperty.html">MethodBoxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodBoxes.html#C1_WPF_Extended_C1PropertyGrid_MethodBoxes">MethodBoxes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodsPanelProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodsPanelProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodsPanelProperty.html">MethodsPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodsPanel.html#C1_WPF_Extended_C1PropertyGrid_MethodsPanel">MethodsPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MinEditorWidthProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MinEditorWidthProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MinEditorWidthProperty.html">MinEditorWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MinEditorWidth.html#C1_WPF_Extended_C1PropertyGrid_MinEditorWidth">MinEditorWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MinLabelWidthProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MinLabelWidthProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MinLabelWidthProperty.html">MinLabelWidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MinLabelWidth.html#C1_WPF_Extended_C1PropertyGrid_MinLabelWidth">MinLabelWidth</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MouseOverBrushProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MouseOverBrush.html#C1_WPF_Extended_C1PropertyGrid_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PressedBrushProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PressedBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PressedBrush.html#C1_WPF_Extended_C1PropertyGrid_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertiesPanelProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertiesPanelProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertiesPanelProperty.html">PropertiesPanelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertiesPanel.html#C1_WPF_Extended_C1PropertyGrid_PropertiesPanel">PropertiesPanel</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyAttributesProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyAttributesProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyAttributesProperty.html">PropertyAttributesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyAttributes.html#C1_WPF_Extended_C1PropertyGrid_PropertyAttributes">PropertyAttributes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBorderBrushProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBorderBrushProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBorderBrushProperty.html">PropertyBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBorderBrush.html#C1_WPF_Extended_C1PropertyGrid_PropertyBorderBrush">PropertyBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBorderThicknessProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBorderThicknessProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBorderThicknessProperty.html">PropertyBorderThicknessProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBorderThickness.html#C1_WPF_Extended_C1PropertyGrid_PropertyBorderThickness">PropertyBorderThickness</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBoxesProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBoxesProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxesProperty.html">PropertyBoxesProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxes.html#C1_WPF_Extended_C1PropertyGrid_PropertyBoxes">PropertyBoxes</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertySortProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertySortProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertySortProperty.html">PropertySortProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertySort.html#C1_WPF_Extended_C1PropertyGrid_PropertySort">PropertySort</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_ScrollBarStyleProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.ScrollBarStyleProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ScrollBarStyleProperty.html">ScrollBarStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ScrollBarStyle.html#C1_WPF_Extended_C1PropertyGrid_ScrollBarStyle">ScrollBarStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_SelectedObjectProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.SelectedObjectProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.SelectedObjectProperty.html">SelectedObjectProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.SelectedObject.html#C1_WPF_Extended_C1PropertyGrid_SelectedObject">SelectedObject</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_SelectedObjectsProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.SelectedObjectsProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.SelectedObjectsProperty.html">SelectedObjectsProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.SelectedObjects.html#C1_WPF_Extended_C1PropertyGrid_SelectedObjects">SelectedObjects</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_ShowDescriptionProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.ShowDescriptionProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ShowDescriptionProperty.html">ShowDescriptionProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ShowDescription.html#C1_WPF_Extended_C1PropertyGrid_ShowDescription">ShowDescription</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_ShowResetButtonProperty" data-uid="C1.WPF.Extended.C1PropertyGrid.ShowResetButtonProperty">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ShowResetButtonProperty.html">ShowResetButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ShowResetButton.html#C1_WPF_Extended_C1PropertyGrid_ShowResetButton">ShowResetButton</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_Extended_C1PropertyGrid_AutoGenerateMethods" data-uid="C1.WPF.Extended.C1PropertyGrid.AutoGenerateMethods">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AutoGenerateMethods.html#C1_WPF_Extended_C1PropertyGrid_AutoGenerateMethods">AutoGenerateMethods</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the C1PropertyGrid should try to get the methods of the SelectedObject using reflection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_AutoGenerateProperties" data-uid="C1.WPF.Extended.C1PropertyGrid.AutoGenerateProperties">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AutoGenerateProperties.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_AvailableEditors" data-uid="C1.WPF.Extended.C1PropertyGrid.AvailableEditors">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AvailableEditors.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_CategoryBackground" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryBackground">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryBackground.html#C1_WPF_Extended_C1PropertyGrid_CategoryBackground">CategoryBackground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Brush used for the category container Background.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryContainerStyle" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryContainerStyle">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryContainerStyle.html#C1_WPF_Extended_C1PropertyGrid_CategoryContainerStyle">CategoryContainerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Style applied to all the generated category containers.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryContainers" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryContainers">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryContainers.html#C1_WPF_Extended_C1PropertyGrid_CategoryContainers">CategoryContainers</a>
        </td>
        <td class="markdown level1 summary"><p>The list of category containers (if defined) created to show each category</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryForeground" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryForeground">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryForeground.html#C1_WPF_Extended_C1PropertyGrid_CategoryForeground">CategoryForeground</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Brush used for the category container Foreground.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_DefaultCategoryName" data-uid="C1.WPF.Extended.C1PropertyGrid.DefaultCategoryName">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.DefaultCategoryName.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_DisabledCuesVisibility" data-uid="C1.WPF.Extended.C1PropertyGrid.DisabledCuesVisibility">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.DisabledCuesVisibility.html#C1_WPF_Extended_C1PropertyGrid_DisabledCuesVisibility">DisabledCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the disabled visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_EditorPadding" data-uid="C1.WPF.Extended.C1PropertyGrid.EditorPadding">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.EditorPadding.html#C1_WPF_Extended_C1PropertyGrid_EditorPadding">EditorPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the padding that will be applied to the PropertyBox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_EditorWidth" data-uid="C1.WPF.Extended.C1PropertyGrid.EditorWidth">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.EditorWidth.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_FocusCuesVisibility" data-uid="C1.WPF.Extended.C1PropertyGrid.FocusCuesVisibility">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.FocusCuesVisibility.html#C1_WPF_Extended_C1PropertyGrid_FocusCuesVisibility">FocusCuesVisibility</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the focus visuals of the control are visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_IsFocused" data-uid="C1.WPF.Extended.C1PropertyGrid.IsFocused">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.IsFocused.html#C1_WPF_Extended_C1PropertyGrid_IsFocused">IsFocused</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the control has the focus.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_Item_System_String_" data-uid="C1.WPF.Extended.C1PropertyGrid.Item(System.String)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.Item.html#C1_WPF_Extended_C1PropertyGrid_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the C1.Silverlight.Extended.PropertyBox with the specified property name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_LabelStyle" data-uid="C1.WPF.Extended.C1PropertyGrid.LabelStyle">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelStyle.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_LabelWidth" data-uid="C1.WPF.Extended.C1PropertyGrid.LabelWidth">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelWidth.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_MaxEditorWidth" data-uid="C1.WPF.Extended.C1PropertyGrid.MaxEditorWidth">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MaxEditorWidth.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_MaxLabelWidth" data-uid="C1.WPF.Extended.C1PropertyGrid.MaxLabelWidth">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MaxLabelWidth.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_MethodAttributes" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodAttributes">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodAttributes.html#C1_WPF_Extended_C1PropertyGrid_MethodAttributes">MethodAttributes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of method attributes used to configure the visualization of the SelectedObject's methods.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodBoxes" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodBoxes">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodBoxes.html#C1_WPF_Extended_C1PropertyGrid_MethodBoxes">MethodBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the MethodBoxes generated to show the SelectedObject's methods on the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodsPanel" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodsPanel">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodsPanel.html#C1_WPF_Extended_C1PropertyGrid_MethodsPanel">MethodsPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template that defines the panel that controls the layout of methods.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MinEditorWidth" data-uid="C1.WPF.Extended.C1PropertyGrid.MinEditorWidth">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MinEditorWidth.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_MinLabelWidth" data-uid="C1.WPF.Extended.C1PropertyGrid.MinLabelWidth">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MinLabelWidth.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_MouseOverBrush" data-uid="C1.WPF.Extended.C1PropertyGrid.MouseOverBrush">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MouseOverBrush.html#C1_WPF_Extended_C1PropertyGrid_MouseOverBrush">MouseOverBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to highlight the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PressedBrush" data-uid="C1.WPF.Extended.C1PropertyGrid.PressedBrush">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PressedBrush.html#C1_WPF_Extended_C1PropertyGrid_PressedBrush">PressedBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.brush">Brush</a> used to paint a button when it is pressed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertiesPanel" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertiesPanel">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertiesPanel.html#C1_WPF_Extended_C1PropertyGrid_PropertiesPanel">PropertiesPanel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template that defines the panel that controls the layout of properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyAttributes" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyAttributes">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyAttributes.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_PropertyBorderBrush" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBorderBrush">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBorderBrush.html#C1_WPF_Extended_C1PropertyGrid_PropertyBorderBrush">PropertyBorderBrush</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush that will be applied to the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBorderThickness" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBorderThickness">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBorderThickness.html#C1_WPF_Extended_C1PropertyGrid_PropertyBorderThickness">PropertyBorderThickness</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the thickness that will be applied to the border.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBoxes" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBoxes">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxes.html#C1_WPF_Extended_C1PropertyGrid_PropertyBoxes">PropertyBoxes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PropertyBoxes generated to show the SelectedObject's properties on the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertySort" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertySort">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertySort.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_ScrollBarStyle" data-uid="C1.WPF.Extended.C1PropertyGrid.ScrollBarStyle">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ScrollBarStyle.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_SelectedObject" data-uid="C1.WPF.Extended.C1PropertyGrid.SelectedObject">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.SelectedObject.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_SelectedObjects" data-uid="C1.WPF.Extended.C1PropertyGrid.SelectedObjects">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.SelectedObjects.html#C1_WPF_Extended_C1PropertyGrid_SelectedObjects">SelectedObjects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the objects for which the C1PropertyGrid displays properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_ShowDescription" data-uid="C1.WPF.Extended.C1PropertyGrid.ShowDescription">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ShowDescription.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_ShowResetButton" data-uid="C1.WPF.Extended.C1PropertyGrid.ShowResetButton">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ShowResetButton.html#C1_WPF_Extended_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>
    </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_Extended_C1PropertyGrid_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.Extended.C1PropertyGrid.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ChangeVisualStateCommon.html#C1_WPF_Extended_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_Extended_C1PropertyGrid_ChangeVisualStateFocus_System_Boolean_" data-uid="C1.WPF.Extended.C1PropertyGrid.ChangeVisualStateFocus(System.Boolean)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.ChangeVisualStateFocus.html#C1_WPF_Extended_C1PropertyGrid_ChangeVisualStateFocus_System_Boolean_">ChangeVisualStateFocus(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Updates the current visual state of the Focus visual state group to match the object's properties.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_GetEditorControl_System_String_" data-uid="C1.WPF.Extended.C1PropertyGrid.GetEditorControl(System.String)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.GetEditorControl.html#C1_WPF_Extended_C1PropertyGrid_GetEditorControl_System_String_">GetEditorControl(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor control associated to the specified property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_GetLabel_System_String_" data-uid="C1.WPF.Extended.C1PropertyGrid.GetLabel(System.String)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.GetLabel.html#C1_WPF_Extended_C1PropertyGrid_GetLabel_System_String_">GetLabel(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label associated to the specified property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_GetMethodPresenter_System_String_" data-uid="C1.WPF.Extended.C1PropertyGrid.GetMethodPresenter(System.String)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.GetMethodPresenter.html#C1_WPF_Extended_C1PropertyGrid_GetMethodPresenter_System_String_">GetMethodPresenter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the MethodBox created for a given method of the SelectedObject.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_GetPropertyPresenter_System_String_" data-uid="C1.WPF.Extended.C1PropertyGrid.GetPropertyPresenter(System.String)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.GetPropertyPresenter.html#C1_WPF_Extended_C1PropertyGrid_GetPropertyPresenter_System_String_">GetPropertyPresenter(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the PropertyBox created for a given property of the SelectedObject.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_OnApplyTemplate" data-uid="C1.WPF.Extended.C1PropertyGrid.OnApplyTemplate">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.OnApplyTemplate.html#C1_WPF_Extended_C1PropertyGrid_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Builds the visual tree for the <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.html">C1PropertyGrid</a> control when a new template is applied.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_OnCreateAutomationPeer" data-uid="C1.WPF.Extended.C1PropertyGrid.OnCreateAutomationPeer">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.OnCreateAutomationPeer.html#C1_WPF_Extended_C1PropertyGrid_OnCreateAutomationPeer">OnCreateAutomationPeer()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an AutomationPeer object used for testing the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_" data-uid="C1.WPF.Extended.C1PropertyGrid.OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs)">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.OnPropertyChanged.html#C1_WPF_Extended_C1PropertyGrid_OnPropertyChanged_System_Windows_DependencyPropertyChangedEventArgs_">OnPropertyChanged(DependencyPropertyChangedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked whenever the effective value of any dependency property has been updated.</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_Extended_C1PropertyGrid_AddingPropertyBox" data-uid="C1.WPF.Extended.C1PropertyGrid.AddingPropertyBox">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.AddingPropertyBox.html">AddingPropertyBox</a>
        </td>
        <td class="markdown level1 summary"><p>Fired before a property box is added to the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryContainerAdded" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryContainerAdded">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryContainerAdded.html">CategoryContainerAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a category container is added to the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_CategoryContainerRemoved" data-uid="C1.WPF.Extended.C1PropertyGrid.CategoryContainerRemoved">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.CategoryContainerRemoved.html">CategoryContainerRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a category container is removed from the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_IsMouseOverChanged" data-uid="C1.WPF.Extended.C1PropertyGrid.IsMouseOverChanged">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.IsMouseOverChanged.html">IsMouseOverChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">IsMouseOver</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_LabelWidthChanged" data-uid="C1.WPF.Extended.C1PropertyGrid.LabelWidthChanged">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.LabelWidthChanged.html">LabelWidthChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Event raised when the <span class="xref">LabelWidth</span> property has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodBoxChanged" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodBoxChanged">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodBoxChanged.html">MethodBoxChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the generated list of method editors for the SelectedObject changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_MethodBoxesLoaded" data-uid="C1.WPF.Extended.C1PropertyGrid.MethodBoxesLoaded">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.MethodBoxesLoaded.html">MethodBoxesLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the all the method boxes in C1PropertyGrid were loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBoxAdded" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBoxAdded">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxAdded.html">PropertyBoxAdded</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a property box is added to the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBoxChanged" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBoxChanged">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxChanged.html">PropertyBoxChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the generated list of property editors for the SelectedObject changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBoxRemoved" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBoxRemoved">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxRemoved.html">PropertyBoxRemoved</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a property box is removed from the C1PropertyGrid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyBoxesLoaded" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyBoxesLoaded">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyBoxesLoaded.html">PropertyBoxesLoaded</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when the all the property boxes in C1PropertyGrid were loaded.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyReset" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyReset">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyReset.html">PropertyReset</a>
        </td>
        <td class="markdown level1 summary"><p>Fired when a property value gets reset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_PropertyResetting" data-uid="C1.WPF.Extended.C1PropertyGrid.PropertyResetting">
          <a class="xref" href="C1.WPF.Extended.C1PropertyGrid.PropertyResetting.html">PropertyResetting</a>
        </td>
        <td class="markdown level1 summary"><p>Fired before a property value gets reset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Extended_C1PropertyGrid_ValueChanged" data-uid="C1.WPF.Extended.C1PropertyGrid.ValueChanged">
          <a class="xref" href="C1.WPF.Extended.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>
