# C1.WPF.FlexGrid.C1FlexGrid.ActiveEditor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_C1FlexGrid_ActiveEditor_" data-uid="C1.WPF.FlexGrid.C1FlexGrid.ActiveEditor*">ActiveEditor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_C1FlexGrid_ActiveEditor_" data-uid="C1.WPF.FlexGrid.C1FlexGrid.ActiveEditor*"></a>
<h4 id="C1_WPF_FlexGrid_C1FlexGrid_ActiveEditor" data-uid="C1.WPF.FlexGrid.C1FlexGrid.ActiveEditor">ActiveEditor</h4>
<div class="markdown level1 summary"><p>Gets the cell editor that is currently active.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public FrameworkElement ActiveEditor { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property ActiveEditor As FrameworkElement</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_C1FlexGrid_ActiveEditor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;The most common use for this property is to determine whether the
</code></pre>
<p>grid is currently in edit mode. If the grid is not in edit mode, this
property returns null.</p>
<p>In most cases, the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> element returned
will be a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.border">Border</a> element that contains the actual cell
content.</p>
</div>
</div>
