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