# GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ApplyRecommendedValueCommand

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcTextBox_ApplyRecommendedValueCommand_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ApplyRecommendedValueCommand*">ApplyRecommendedValueCommand Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcTextBox_ApplyRecommendedValueCommand_" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ApplyRecommendedValueCommand*"></a>
<h4 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcTextBox_ApplyRecommendedValueCommand" data-uid="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</h4>
<div class="markdown level1 summary"><p>Represents the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ApplyRecommendedValueCommand.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcTextBox_ApplyRecommendedValueCommand">ApplyRecommendedValueCommand</a> command, which requests that recommended value be applied.</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 ApplyRecommendedValueCommand { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared ReadOnly Property ApplyRecommendedValueCommand As RoutedUICommand</code></pre>
</div>
<h5 id="GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcTextBox_ApplyRecommendedValueCommand_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When recommended value is &quot;1234567890abcdefg&quot;, if <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.ShowRecommendedValue.html#GrapeCity_Wpf_SpreadSheet_CellType_Editors_GcTextBox_ShowRecommendedValue">ShowRecommendedValue</a> is <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>, this command makes <a class="xref" href="GrapeCity.Wpf.SpreadSheet.CellType.Editors.GcTextBox.html">GcTextBox</a> apply the value.
There is no default key gesture for this command.</p>
</div>
</div>
