# C1.Win.List.BeforeColEditEventArgs.KeyChar

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_List_BeforeColEditEventArgs_KeyChar_" data-uid="C1.Win.List.BeforeColEditEventArgs.KeyChar*">KeyChar Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_List_BeforeColEditEventArgs_KeyChar_" data-uid="C1.Win.List.BeforeColEditEventArgs.KeyChar*"></a>
<h4 id="C1_Win_List_BeforeColEditEventArgs_KeyChar" data-uid="C1.Win.List.BeforeColEditEventArgs.KeyChar">KeyChar</h4>
<div class="markdown level1 summary"><p>Indicates the character that initiated the editing operation.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public char KeyChar { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property KeyChar As Char</code></pre>
</div>
<h5 id="C1_Win_List_BeforeColEditEventArgs_KeyChar_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The BeforeColEdit event occurs just before the user enters edit mode by typing a character. If a floating editor marquee is not in use, this event also occurs when the user clicks the current cell or double clicks another cell.</p>
</div>
</div>
