ComponentOne Scheduler for WinForms
MaxSelectionCount Property

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : MaxSelectionCount Property
Gets or sets the maximum number of days that can be selected in the C1Calendar control. The default value is 42.
Syntax
'Declaration
 
Public Property MaxSelectionCount As System.Integer
public System.int MaxSelectionCount {get; set;}
Exceptions
ExceptionDescription
The value is less than 1.
Remarks
This property is ignored if C1Calendar control is attached to C1Schedule control and property value is greater than it is allowable for C1Schedule navigation.
See Also

Reference

C1Calendar Class
C1Calendar Members