# C1.Win.FlexGrid.CellStyle.Editor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexGrid_CellStyle_Editor_" data-uid="C1.Win.FlexGrid.CellStyle.Editor*">Editor Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexGrid_CellStyle_Editor_" data-uid="C1.Win.FlexGrid.CellStyle.Editor*"></a>
<h4 id="C1_Win_FlexGrid_CellStyle_Editor" data-uid="C1.Win.FlexGrid.CellStyle.Editor">Editor</h4>
<div class="markdown level1 summary"><p>Gets or sets the custom editor used to edit cells that have this style.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Browsable(false)]
public Control Editor { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Property Editor As Control</code></pre>
</div>
<h5 id="C1_Win_FlexGrid_CellStyle_Editor_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The grid provides several built-in editors that are automatically 
selected based on the properties of the cell being edited.</p>
<p>This property allows you to use external editors when editing values 
that have a given <a class="xref" href="C1.Win.FlexGrid.CellStyle.html">CellStyle</a>. Any control can be used as an 
external editor, but to achieve complete integration with the grid, the 
external editor should implement the <span class="xref">C1.Win.IEmbeddedEditor</span> interface.</p>
<p>For details, see the <span class="xref">C1FlexGridBase.Editor</span> property.</p>
</div>
</div>
