DateTimePicker.TextValue Property | |
The current value in string format. This is needed internally to allow the binding of a DateTimePicker control to a database field.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY TextValue AS USUAL GET
public override Usual TextValue { get; }
Request Example
View SourceProperty Value
Type:
UsualThe current value in string format. This is needed internally to allow the binding of a DateTimePicker control to a database field.
See Also