# C1.WPF.PropertyGrid.IPropertyGridEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_PropertyGrid_IPropertyGridEditor" data-uid="C1.WPF.PropertyGrid.IPropertyGridEditor" class="text-break">IPropertyGridEditor Interface
</h1>
  <div class="markdown level0 summary"><p>The factory of property grid editors.</p>
</div>
  <div class="markdown level0 conceptual"></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_IPropertyGridEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPropertyGridEditor</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPropertyGridEditor</code></pre>
  </div>
  <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_IPropertyGridEditor_Attach_System_Windows_FrameworkElement_C1_WPF_PropertyGrid_PropertyGroup_System_Action_System_Windows_FrameworkElement_System_Object__" data-uid="C1.WPF.PropertyGrid.IPropertyGridEditor.Attach(System.Windows.FrameworkElement,C1.WPF.PropertyGrid.PropertyGroup,System.Action{System.Windows.FrameworkElement,System.Object})">
          <a class="xref" href="C1.WPF.PropertyGrid.IPropertyGridEditor.Attach.html#C1_WPF_PropertyGrid_IPropertyGridEditor_Attach_System_Windows_FrameworkElement_C1_WPF_PropertyGrid_PropertyGroup_System_Action_System_Windows_FrameworkElement_System_Object__">Attach(FrameworkElement, PropertyGroup, Action&lt;FrameworkElement, object&gt;)</a>
        </td>
        <td class="markdown level1 summary"><p>Attaches the <code class="paramref">group</code> to the editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_IPropertyGridEditor_Create_C1_WPF_PropertyGrid_C1PropertyGrid_" data-uid="C1.WPF.PropertyGrid.IPropertyGridEditor.Create(C1.WPF.PropertyGrid.C1PropertyGrid)">
          <a class="xref" href="C1.WPF.PropertyGrid.IPropertyGridEditor.Create.html#C1_WPF_PropertyGrid_IPropertyGridEditor_Create_C1_WPF_PropertyGrid_C1PropertyGrid_">Create(C1PropertyGrid)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new editor.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_IPropertyGridEditor_Detach_System_Windows_FrameworkElement_C1_WPF_PropertyGrid_PropertyGroup_" data-uid="C1.WPF.PropertyGrid.IPropertyGridEditor.Detach(System.Windows.FrameworkElement,C1.WPF.PropertyGrid.PropertyGroup)">
          <a class="xref" href="C1.WPF.PropertyGrid.IPropertyGridEditor.Detach.html#C1_WPF_PropertyGrid_IPropertyGridEditor_Detach_System_Windows_FrameworkElement_C1_WPF_PropertyGrid_PropertyGroup_">Detach(FrameworkElement, PropertyGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Detaches the <code class="paramref">editor</code>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_IPropertyGridEditor_Supports_System_Reflection_PropertyInfo_" data-uid="C1.WPF.PropertyGrid.IPropertyGridEditor.Supports(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.WPF.PropertyGrid.IPropertyGridEditor.Supports.html#C1_WPF_PropertyGrid_IPropertyGridEditor_Supports_System_Reflection_PropertyInfo_">Supports(PropertyInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified property is supported by this editor.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
