C1.Web.Mvc Namespace / Calendar Class / RangeMax Property

In This Topic
RangeMax Property (Calendar)
In This Topic
Gets or sets the maximum length allowed when editing date ranges.
Syntax
'Declaration
 
<JsonAttribute(1)>
<DefaultValueAttribute(0)>
Public Property RangeMax As Integer
 
Remarks
The default value for this property is **0**, which means there is no maximum value for range lengths.
See Also