TranslateValue Property (C1ComboBox)
In This Topic
Gets or sets a value indicating that the
C1.Win.Input.Base.C1DropDownEditorBase.Value property should be translated to the
System.Windows.Forms.Control.Text property using the
ComboBoxItem.DisplayText property.
Syntax
'Declaration
Public Property TranslateValue As Boolean
public bool TranslateValue {get; set;}
See Also