MonthCalendar.Selection Property (Typed) | |
The currently selected date. In the case of a multiple selection, the starting date is returned.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Selection AS DATE GET SET
public virtual Date Selection { get; set; }
Request Example
View SourceProperty Value
Type:
DateThe currently selected date. In the case of a multiple selection, the starting date is returned.
See Also