[]
        
(Showing Draft Content)

C1.Win.Input.C1ComboBox.TranslateValue

TranslateValue Property

TranslateValue

Gets or sets a value indicating that the Value property should be translated to the Text property using the DisplayText property.

Declaration
public bool TranslateValue { get; set; }
Implements
Remarks

When TranslateValue is true:

  • ComboBoxItem.Value => C1ComboBox.Value
  • ComboBoxItem.DisplayText => C1ComboBox.Text
When TranslateValue is false:
  • ComboBoxItem.Value => C1ComboBox.Value
  • ComboBoxItem.Value => C1ComboBox.Text