ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / TranslateValue Property

In This Topic
    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 propertiesComboBoxItem.DisplayText and ComboBoxItem.Value.
    Syntax
    'Declaration
     
    
    Property TranslateValue As Boolean
    bool TranslateValue {get; set;}
    See Also