MonthCalendar.Range Property (Typed) | |
A DateRange object setting the minimum and maximum allowable dates for the MonthCalendar control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Range AS DateRange GET SET
public virtual DateRange Range { get; set; }
Request Example
View SourceProperty Value
Type:
DateRangeA DateRange object setting the minimum and maximum allowable dates for the MonthCalendar control.
See Also