Click or drag to resize

DateTimePicker.TextValue Property (Typed)

X#
The current value in string format. This is needed internally to allow the binding of a DateTimePicker control to a database field.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY TextValue AS STRING GET 
Request Example View Source

Property Value

Type: String
The current value in string format. This is needed internally to allow the binding of a DateTimePicker control to a database field.
See Also