# C1.Win.Input.C1ComboBox.TranslateValue

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Input_C1ComboBox_TranslateValue_" data-uid="C1.Win.Input.C1ComboBox.TranslateValue*">TranslateValue Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Input_C1ComboBox_TranslateValue_" data-uid="C1.Win.Input.C1ComboBox.TranslateValue*"></a>
<h4 id="C1_Win_Input_C1ComboBox_TranslateValue" data-uid="C1.Win.Input.C1ComboBox.TranslateValue">TranslateValue</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating that the <a class="xref" href="C1.Win.Input.Base.C1DropDownEditorBase.Value.html#C1_Win_Input_Base_C1DropDownEditorBase_Value">Value</a> property should be translated to the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.text">Text</a> property using the <a class="xref" href="C1.Win.Input.ComboBoxItem.DisplayText.html#C1_Win_Input_ComboBoxItem_DisplayText">DisplayText</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool TranslateValue { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property TranslateValue As Boolean</code></pre>
</div>
<h5 class="implements">Implements</h5>
    <div><a class="xref" href="C1.Win.Input.IComboBox.TranslateValue.html#C1_Win_Input_IComboBox_TranslateValue">IComboBox.TranslateValue</a></div>
<h5 id="C1_Win_Input_C1ComboBox_TranslateValue_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>When TranslateValue is true:</p>
<ul><li>ComboBoxItem.Value =&gt; C1ComboBox.Value</li><li>ComboBoxItem.DisplayText =&gt; C1ComboBox.Text</li></ul>
When TranslateValue is false:
<ul><li>ComboBoxItem.Value =&gt; C1ComboBox.Value</li><li>ComboBoxItem.Value =&gt; C1ComboBox.Text</li></ul>
</div>
</div>
