# C1.Web.Mvc.FlexGridBase-1.KeyActionEnter

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_FlexGridBase_1_KeyActionEnter_" data-uid="C1.Web.Mvc.FlexGridBase`1.KeyActionEnter*">KeyActionEnter Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_FlexGridBase_1_KeyActionEnter_" data-uid="C1.Web.Mvc.FlexGridBase`1.KeyActionEnter*"></a>
<h4 id="C1_Web_Mvc_FlexGridBase_1_KeyActionEnter" data-uid="C1.Web.Mvc.FlexGridBase`1.KeyActionEnter">KeyActionEnter</h4>
<div class="markdown level1 summary"><p>Gets or sets the action to perform when the ENTER key is pressed.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual KeyAction KeyActionEnter { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Property KeyActionEnter As KeyAction</code></pre>
</div>
<h5 id="C1_Web_Mvc_FlexGridBase_1_KeyActionEnter_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The default setting for this property is <a class="xref" href="C1.Web.Mvc.Grid.KeyAction.html#C1_Web_Mvc_Grid_KeyAction_MoveDown">MoveDown</a>, which causes the control to move the selection to the next row. This is the standard Excel behavior.</p>
</div>
</div>
