Calendar for WinForms | ComponentOne
C1.Win.Input Namespace / C1ComboBox Class / TranslateValue Property

In This Topic
    TranslateValue Property (C1ComboBox)
    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
     
    
    Public Property TranslateValue As Boolean
    public bool TranslateValue {get; set;}
    See Also