[]
Gets or sets the maximum number of days that can be selected in the C1Calendar control. The default value is 42.
public int MaxSelectionCount { get; set; }
This property is ignored if C1Calendar control is attached to C1Schedule control and property value is greater than it is allowable for C1Schedule navigation.
Type | Condition |
---|---|
ArgumentException | The value is less than 1. |