[]
        
(Showing Draft Content)

C1.Win.C1Input.C1ColorPicker.ValueToText

ValueToText Method

ValueToText(ref ValueToTextArgs)

Should be overridden in derived class and convert value to string.

Declaration
protected override void ValueToText(ref C1BasePicker.ValueToTextArgs e)
Protected Overrides Sub ValueToText(ByRef e As C1BasePicker.ValueToTextArgs)
Parameters
Type Name Description
C1BasePicker.ValueToTextArgs e
Overrides