DateTimePicker.TextValue Property (Typed) | |
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
public override string TextValue { get; }
Request Example
View SourceProperty Value
Type:
StringThe current value in string format. This is needed internally to allow the binding of a DateTimePicker control to a database field.
See Also