MonthCalendar.MaxSelCount Property | |
The maximum number of days that can be selected in the MonthCalendar control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY MaxSelCount AS USUAL GET SET
public virtual Usual MaxSelCount { get; set; }
Request Example
View SourceProperty Value
Type:
UsualThe maximum number of days that can be selected in the MonthCalendar control.
Remarks
The maximum number of days that can be selected in the MonthCalendar control.
Tip |
---|
This property is only valid for MonthCalendar controls that have the MultiSelect style (MCS_MULTISELECT) turned on. |
See Also