MonthCalendar.SelectionRange Property (Typed) | |
A DateRange object representing the currently selected date range.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY SelectionRange AS DateRange GET SET
public virtual DateRange SelectionRange { get; set; }
Request Example
View SourceProperty Value
Type:
DateRangeA DateRange object representing the currently selected date range.
See Also