ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / TranslateValue Property

In This Topic
    TranslateValue Property
    In This Topic
    Translates C1TextBox.Value to C1TextBox.Text using items data source.
    Syntax
    'Declaration
     
    
    Public Property TranslateValue As Boolean
    public bool TranslateValue {get; set;}
    See Also