C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1BasePicker Class / ValueToText Method

In This Topic
ValueToText Method (C1BasePicker)
In This Topic
Should be overridden in derived class and convert value to string.
Syntax
'Declaration
 
Protected Overridable Sub ValueToText( _
   ByRef e As C1BasePicker.ValueToTextArgs _
) 
 

Parameters

e
See Also