# GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.GetEditingElement

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_GetEditingElement_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.GetEditingElement*">GetEditingElement Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_GetEditingElement_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.GetEditingElement*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_UniversalCellType_GetEditingElement_GrapeCity_Wpf_SpreadSheet_PaintingContext_System_Int32_System_Int32_GrapeCity_Wpf_SpreadSheet_CellData_System_EventArgs_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.GetEditingElement(GrapeCity.Wpf.SpreadSheet.PaintingContext,System.Int32,System.Int32,GrapeCity.Wpf.SpreadSheet.CellData,System.EventArgs)">GetEditingElement(PaintingContext, int, int, CellData, EventArgs)</h4>
<div class="markdown level1 summary"><p>Gets the editing element of the specified cell.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public override FrameworkElement GetEditingElement(PaintingContext paintingContext, int row, int column, CellData cellData, EventArgs eventArgs)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overrides Function GetEditingElement(paintingContext As PaintingContext, row As Integer, column As Integer, cellData As CellData, eventArgs As EventArgs) As FrameworkElement</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.PaintingContext.html">PaintingContext</a></td>
      <td><span class="parametername">paintingContext</span></td>
      <td><p>The painting context.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The row index of editing cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>The column index of editing cell.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellData.html">CellData</a></td>
      <td><span class="parametername">cellData</span></td>
      <td><p>The current cell data.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a></td>
      <td><span class="parametername">eventArgs</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.eventargs">EventArgs</a> object associated with the editing.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></td>
      <td><p>A <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a> object represents the editing element.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.GetEditingElement.html#GrapeCity_Wpf_SpreadSheet_CellType_CellTypeBase_GetEditingElement_GrapeCity_Wpf_SpreadSheet_PaintingContext_System_Int32_System_Int32_GrapeCity_Wpf_SpreadSheet_CellData_System_EventArgs_">CellTypeBase.GetEditingElement(PaintingContext, int, int, CellData, EventArgs)</a></div>
</div>
