Click or drag to resize

MonthCalendar.TextValue Property (Typed)

X#
The current date selection in string format.

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 date selection in string format.
Remarks
The current date selection in string format. This is needed internally to allow the binding of a MonthCalendar control to a database field.
See Also