# C1.Web.Mvc.ComboBoxBase-1.KeyActionPrintCharacters

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_ComboBoxBase_1_KeyActionPrintCharacters_" data-uid="C1.Web.Mvc.ComboBoxBase`1.KeyActionPrintCharacters*">KeyActionPrintCharacters Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_ComboBoxBase_1_KeyActionPrintCharacters_" data-uid="C1.Web.Mvc.ComboBoxBase`1.KeyActionPrintCharacters*"></a>
<h4 id="C1_Web_Mvc_ComboBoxBase_1_KeyActionPrintCharacters" data-uid="C1.Web.Mvc.ComboBoxBase`1.KeyActionPrintCharacters">KeyActionPrintCharacters</h4>
<div class="markdown level1 summary"><p>Gets or sets the action to perform when printable character keys are pressed (letters, numbers, symbols).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InputKeyAction KeyActionPrintCharacters { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property KeyActionPrintCharacters As InputKeyAction</code></pre>
</div>
<h5 id="C1_Web_Mvc_ComboBoxBase_1_KeyActionPrintCharacters_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The default setting for this property is &quot;InputKeyAction.OpenDropdown&quot;,which opens the listbox and filters options as the user types.This allows users to see matching options before making a selection.Alternatively, you can set this to &quot;InputKeyAction.ChangeSelectionOnly&quot; to immediately change the selection to match the typed characters while keeping the listbox closed. This is useful for quick selection in known-value scenarios.</p>
</div>
</div>
