Click or drag to resize

MonthCalendar.MaxSelCount Property

X#
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 
Request Example View Source

Property Value

Type: Usual
The 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 Tip
This property is only valid for MonthCalendar controls that have the MultiSelect style (MCS_MULTISELECT) turned on.
See Also