# C1.WPF.FlexGrid.Column.CellEditingTemplate

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_WPF_FlexGrid_Column_CellEditingTemplate_" data-uid="C1.WPF.FlexGrid.Column.CellEditingTemplate*">CellEditingTemplate Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_WPF_FlexGrid_Column_CellEditingTemplate_" data-uid="C1.WPF.FlexGrid.Column.CellEditingTemplate*"></a>
<h4 id="C1_WPF_FlexGrid_Column_CellEditingTemplate" data-uid="C1.WPF.FlexGrid.Column.CellEditingTemplate">CellEditingTemplate</h4>
<div class="markdown level1 summary"><p>Gets or sets the template used to display the contents of a cell that is
in editing mode.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public DataTemplate CellEditingTemplate { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property CellEditingTemplate As DataTemplate</code></pre>
</div>
<h5 id="C1_WPF_FlexGrid_Column_CellEditingTemplate_remarks">Remarks</h5>
<div class="markdown level1 remarks"><pre><code>&lt;p&gt;The &lt;b&gt;CellTemplate&lt;/b&gt; and &lt;b&gt;CellEditingTemplate&lt;/b&gt; properties work like 
</code></pre>
<p>the equivalent ones in the Microsoft DataGrid for Silverlight/WPF.</p>
<p>They can be defined in XAML and are used to create the visual elements that
represent the cells in the column.</p>
<p>
<b>CellTemplate</b> creates cells in regular mode and <b>CellEditingTemplate</b>
creates cells in edit mode.</p>
<p>For an example, see the <a class="xref" href="C1.WPF.FlexGrid.Column.CellTemplate.html#C1_WPF_FlexGrid_Column_CellTemplate">CellTemplate</a> property.</p>
</div>
</div>
