TranslateValue Property (IComboBox)
In This Topic
Gets or sets a value indicating that
C1.Win.Input.Base.C1DropDownEditorBase.Value property should be translated to the
C1.Win.Input.Base.C1DropDownEditorBase.Text property with ComboBoxItem properties
ComboBoxItem.DisplayText and
ComboBoxItem.Value.
Syntax
'Declaration
Property TranslateValue As Boolean
bool TranslateValue {get; set;}
See Also