# GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter*">DeleteNextCharacter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.FieldsEditingCommands.DeleteNextCharacter">DeleteNextCharacter</h4>
<div class="markdown level1 summary"><p>Represents the GrapeCity.Windows.InputMan.FieldsEditingCommands.DeleteNextCharacter command, which requests that the backward character would be deleted.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static RoutedUICommand DeleteNextCharacter { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared ReadOnly Property DeleteNextCharacter As RoutedUICommand</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_FieldsEditingCommands_DeleteNextCharacter_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This command indicates intention to delete next character from current caret position.</p>
<p>There is not necessarily an implementation for the command on any given object;
in many cases the implementation for the command is the responsibility of the application writer.</p>
<p>The default key gesture for this command is DELETE.</p>
</div>
</div>
