Click or drag to resize

MonthCalendar.MaxSelCount Property (Typed)

X#
The maximum number of days that can be selected in the MonthCalendar control.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY MaxSelCount AS LONG GET SET 
Request Example View Source

Property Value

Type: Long
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