# C1.WPF.PropertyGrid.AdvancedEditor

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_PropertyGrid_AdvancedEditor" data-uid="C1.WPF.PropertyGrid.AdvancedEditor" class="text-break">AdvancedEditor Class
</h1>
  <div class="markdown level0 summary"><p>Advanced editor which contains a button and the capability of
hosting other common PropertyGrid editors contained in a child window.</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">AdvancedEditor</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_AdvancedEditor_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[StyleTypedProperty(Property = &quot;WindowStyle&quot;, StyleTargetType = typeof(Window))]
[StyleTypedProperty(Property = &quot;OpenButtonStyle&quot;, StyleTargetType = typeof(Button))]
[TemplatePart(Name = &quot;Text&quot;, Type = typeof(C1TextBox))]
[TemplatePart(Name = &quot;OpenButton&quot;, Type = typeof(Button))]
[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 AdvancedEditor : C1View</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;StyleTypedProperty(Property:=&quot;WindowStyle&quot;, StyleTargetType:=GetType(Window))&gt;
&lt;StyleTypedProperty(Property:=&quot;OpenButtonStyle&quot;, StyleTargetType:=GetType(Button))&gt;
&lt;TemplatePart(Name:=&quot;Text&quot;, Type:=GetType(C1TextBox))&gt;
&lt;TemplatePart(Name:=&quot;OpenButton&quot;, Type:=GetType(Button))&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 AdvancedEditor
    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_AdvancedEditor__ctor" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.#ctor">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.-ctor.html#C1_WPF_PropertyGrid_AdvancedEditor__ctor">AdvancedEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.html">AdvancedEditor</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_AdvancedEditor_EditorProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.EditorProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.EditorProperty.html">EditorProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Editor.html#C1_WPF_PropertyGrid_AdvancedEditor_Editor">Editor</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_FocusBrushProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.FocusBrushProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.FocusBrushProperty.html">FocusBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.FocusBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_FocusBrush">FocusBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_IsReadOnlyProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.IsReadOnlyProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.IsReadOnlyProperty.html">IsReadOnlyProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.IsReadOnly.html#C1_WPF_PropertyGrid_AdvancedEditor_IsReadOnly">IsReadOnly</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_LabelProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.LabelProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.LabelProperty.html">LabelProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Label.html#C1_WPF_PropertyGrid_AdvancedEditor_Label">Label</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBorderBrushProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBorderBrushProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBorderBrushProperty.html">MouseOverBorderBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBorderBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBorderBrush">MouseOverBorderBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBrushProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBrushProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBrushProperty.html">MouseOverBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBrush">MouseOverBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OpenButtonStyleProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OpenButtonStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenButtonStyleProperty.html">OpenButtonStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenButtonStyle.html#C1_WPF_PropertyGrid_AdvancedEditor_OpenButtonStyle">OpenButtonStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OpenIconStyleProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconStyleProperty.html">OpenIconStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconStyle.html#C1_WPF_PropertyGrid_AdvancedEditor_OpenIconStyle">OpenIconStyle</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OpenIconTemplateProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconTemplateProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconTemplateProperty.html">OpenIconTemplateProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconTemplate.html#C1_WPF_PropertyGrid_AdvancedEditor_OpenIconTemplate">OpenIconTemplate</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_PlaceholderProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.PlaceholderProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.PlaceholderProperty.html">PlaceholderProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Placeholder.html#C1_WPF_PropertyGrid_AdvancedEditor_Placeholder">Placeholder</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_PressedBrushProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.PressedBrushProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.PressedBrushProperty.html">PressedBrushProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.PressedBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_PressedBrush">PressedBrush</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_ShowOpenButtonProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.ShowOpenButtonProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.ShowOpenButtonProperty.html">ShowOpenButtonProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.ShowOpenButton.html#C1_WPF_PropertyGrid_AdvancedEditor_ShowOpenButton">ShowOpenButton</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_TextAlignmentProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.TextAlignmentProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.TextAlignmentProperty.html">TextAlignmentProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.TextAlignment.html#C1_WPF_PropertyGrid_AdvancedEditor_TextAlignment">TextAlignment</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_TextProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.TextProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.TextProperty.html">TextProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Text.html#C1_WPF_PropertyGrid_AdvancedEditor_Text">Text</a> dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_WindowStyleProperty" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.WindowStyleProperty">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.WindowStyleProperty.html">WindowStyleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.WindowStyle.html#C1_WPF_PropertyGrid_AdvancedEditor_WindowStyle">WindowStyle</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_AdvancedEditor_Editor" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.Editor">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Editor.html#C1_WPF_PropertyGrid_AdvancedEditor_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the editor used within this advanced editor control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_FocusBrush" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.FocusBrush">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.FocusBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_FocusBrush">FocusBrush</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 focused control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_IsFocused" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.IsFocused">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.IsFocused.html#C1_WPF_PropertyGrid_AdvancedEditor_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_AdvancedEditor_IsReadOnly" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.IsReadOnly">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.IsReadOnly.html#C1_WPF_PropertyGrid_AdvancedEditor_IsReadOnly">IsReadOnly</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this editor accepts entering text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_Label" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.Label">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Label.html#C1_WPF_PropertyGrid_AdvancedEditor_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the label of the advanced editor control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBorderBrush" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBorderBrush">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBorderBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBorderBrush">MouseOverBorderBrush</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 border of the control when it has the mouse over.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_MouseOverBrush" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBrush">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.MouseOverBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_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_PropertyGrid_AdvancedEditor_OpenButtonStyle" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OpenButtonStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenButtonStyle.html#C1_WPF_PropertyGrid_AdvancedEditor_OpenButtonStyle">OpenButtonStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the advanced editor's button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OpenIconStyle" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconStyle.html#C1_WPF_PropertyGrid_AdvancedEditor_OpenIconStyle">OpenIconStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the icon shown in the open button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OpenIconTemplate" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconTemplate">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OpenIconTemplate.html#C1_WPF_PropertyGrid_AdvancedEditor_OpenIconTemplate">OpenIconTemplate</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the template of the icon used in the open button.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_Placeholder" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.Placeholder">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Placeholder.html#C1_WPF_PropertyGrid_AdvancedEditor_Placeholder">Placeholder</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the placeholder text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_PressedBrush" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.PressedBrush">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.PressedBrush.html#C1_WPF_PropertyGrid_AdvancedEditor_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_PropertyGrid_AdvancedEditor_ShowOpenButton" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.ShowOpenButton">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.ShowOpenButton.html#C1_WPF_PropertyGrid_AdvancedEditor_ShowOpenButton">ShowOpenButton</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the open button is visible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_Text" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.Text">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Text.html#C1_WPF_PropertyGrid_AdvancedEditor_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text shown.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_TextAlignment" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.TextAlignment">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.TextAlignment.html#C1_WPF_PropertyGrid_AdvancedEditor_TextAlignment">TextAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the text should be aligned in the <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.html">AdvancedEditor</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_WindowStyle" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.WindowStyle">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.WindowStyle.html#C1_WPF_PropertyGrid_AdvancedEditor_WindowStyle">WindowStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style applied to the advanced editor's window.</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_AdvancedEditor_ChangeVisualStateCommon_System_Boolean_" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.ChangeVisualStateCommon(System.Boolean)">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.ChangeVisualStateCommon.html#C1_WPF_PropertyGrid_AdvancedEditor_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_AdvancedEditor_Dispose_System_Boolean_" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.Dispose(System.Boolean)">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.Dispose.html#C1_WPF_PropertyGrid_AdvancedEditor_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OnApplyTemplate" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OnApplyTemplate">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OnApplyTemplate.html#C1_WPF_PropertyGrid_AdvancedEditor_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OnGotFocus_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OnGotFocus(System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OnGotFocus.html#C1_WPF_PropertyGrid_AdvancedEditor_OnGotFocus_System_Windows_RoutedEventArgs_">OnGotFocus(RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OnKeyDown_System_Windows_Input_KeyEventArgs_" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OnKeyDown(System.Windows.Input.KeyEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OnKeyDown.html#C1_WPF_PropertyGrid_AdvancedEditor_OnKeyDown_System_Windows_Input_KeyEventArgs_">OnKeyDown(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OnOpenButtonClick_System_Object_System_Windows_RoutedEventArgs_" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OnOpenButtonClick(System.Object,System.Windows.RoutedEventArgs)">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OnOpenButtonClick.html#C1_WPF_PropertyGrid_AdvancedEditor_OnOpenButtonClick_System_Object_System_Windows_RoutedEventArgs_">OnOpenButtonClick(object, RoutedEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the open window button is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_OnWindowCreated_System_Windows_Window_" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.OnWindowCreated(System.Windows.Window)">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.OnWindowCreated.html#C1_WPF_PropertyGrid_AdvancedEditor_OnWindowCreated_System_Windows_Window_">OnWindowCreated(Window)</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked after the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.window">Window</a> instance was created.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_TextChanged" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.TextChanged">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.TextChanged.html">TextChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the text changes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_WindowClosed" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.WindowClosed">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.WindowClosed.html">WindowClosed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when child window is opened.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_PropertyGrid_AdvancedEditor_WindowOpened" data-uid="C1.WPF.PropertyGrid.AdvancedEditor.WindowOpened">
          <a class="xref" href="C1.WPF.PropertyGrid.AdvancedEditor.WindowOpened.html">WindowOpened</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when child window is opened.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
