# C1.WPF.PropertyGrid.BaseEditor-2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_PropertyGrid_BaseEditor_2" data-uid="C1.WPF.PropertyGrid.BaseEditor`2" class="text-break">BaseEditor&lt;P, C&gt; Class
</h1>
  <div class="markdown level0 summary"><p>Base class for editors.</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">BaseEditor&lt;P, C&gt;</span></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.BaseAdvancedEditor-2.html">BaseAdvancedEditor&lt;P, E&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.BaseFontEditor-1.html">BaseFontEditor&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.BoolEditor.html">BoolEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.BrushEditor.html">BrushEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.ColorPaletteEditor.html">ColorPaletteEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.CursorEditor.html">CursorEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.DateEditor.html">DateEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.DateTimeEditor.html">DateTimeEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.EnumEditor.html">EnumEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.GridLengthEditor.html">GridLengthEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.NumericEditor.html">NumericEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.PasswordEditor.html">PasswordEditor</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.StringEditor-1.html">StringEditor&lt;T&gt;</a></div>
      <div class="level2"><a class="xref" href="C1.WPF.PropertyGrid.TimeEditor.html">TimeEditor</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.WPF.PropertyGrid.IPropertyGridEditor.html">IPropertyGridEditor</a></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_BaseEditor_2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class BaseEditor&lt;P, C&gt; : IPropertyGridEditor where C : FrameworkElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class BaseEditor(Of P, C As FrameworkElement)
    Implements IPropertyGridEditor</code></pre>
  </div>
  <h5 class="typeParameters">Type Parameters</h5>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td><span class="parametername">P</span></td>
        <td><p>The type of the property.</p>
</td>
      </tr>
      <tr>
        <td><span class="parametername">C</span></td>
        <td><p>The type of the control.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_BaseEditor_2__ctor" data-uid="C1.WPF.PropertyGrid.BaseEditor`2.#ctor">
          <a class="xref" href="C1.WPF.PropertyGrid.BaseEditor-2.-ctor.html#C1_WPF_PropertyGrid_BaseEditor_2__ctor">BaseEditor()</a>
        </td>
        <td class="markdown level1 summary"></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_BaseEditor_2_ApplyEditorStyleProperties_C1_WPF_PropertyGrid_C1PropertyGrid_System_Windows_FrameworkElement_" data-uid="C1.WPF.PropertyGrid.BaseEditor`2.ApplyEditorStyleProperties(C1.WPF.PropertyGrid.C1PropertyGrid,System.Windows.FrameworkElement)">
          <a class="xref" href="C1.WPF.PropertyGrid.BaseEditor-2.ApplyEditorStyleProperties.html#C1_WPF_PropertyGrid_BaseEditor_2_ApplyEditorStyleProperties_C1_WPF_PropertyGrid_C1PropertyGrid_System_Windows_FrameworkElement_">ApplyEditorStyleProperties(C1PropertyGrid, FrameworkElement)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the Editor properties specified in the <a class="xref" href="C1.WPF.PropertyGrid.C1PropertyGrid.html">C1PropertyGrid</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_BaseEditor_2_Attach__1_C1_WPF_PropertyGrid_PropertyGroup_System_Action__1_System_Object__" data-uid="C1.WPF.PropertyGrid.BaseEditor`2.Attach(`1,C1.WPF.PropertyGrid.PropertyGroup,System.Action{`1,System.Object})">
          <a class="xref" href="C1.WPF.PropertyGrid.BaseEditor-2.Attach.html#C1_WPF_PropertyGrid_BaseEditor_2_Attach__1_C1_WPF_PropertyGrid_PropertyGroup_System_Action__1_System_Object__">Attach(C, PropertyGroup, Action&lt;C, object&gt;)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_BaseEditor_2_Create_C1_WPF_PropertyGrid_C1PropertyGrid_" data-uid="C1.WPF.PropertyGrid.BaseEditor`2.Create(C1.WPF.PropertyGrid.C1PropertyGrid)">
          <a class="xref" href="C1.WPF.PropertyGrid.BaseEditor-2.Create.html#C1_WPF_PropertyGrid_BaseEditor_2_Create_C1_WPF_PropertyGrid_C1PropertyGrid_">Create(C1PropertyGrid)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_BaseEditor_2_Detach__1_C1_WPF_PropertyGrid_PropertyGroup_" data-uid="C1.WPF.PropertyGrid.BaseEditor`2.Detach(`1,C1.WPF.PropertyGrid.PropertyGroup)">
          <a class="xref" href="C1.WPF.PropertyGrid.BaseEditor-2.Detach.html#C1_WPF_PropertyGrid_BaseEditor_2_Detach__1_C1_WPF_PropertyGrid_PropertyGroup_">Detach(C, PropertyGroup)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_BaseEditor_2_Supports_System_Reflection_PropertyInfo_" data-uid="C1.WPF.PropertyGrid.BaseEditor`2.Supports(System.Reflection.PropertyInfo)">
          <a class="xref" href="C1.WPF.PropertyGrid.BaseEditor-2.Supports.html#C1_WPF_PropertyGrid_BaseEditor_2_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>
