# C1.Web.Mvc.Calendar.RangeMax

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Web_Mvc_Calendar_RangeMax_" data-uid="C1.Web.Mvc.Calendar.RangeMax*">RangeMax Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Web_Mvc_Calendar_RangeMax_" data-uid="C1.Web.Mvc.Calendar.RangeMax*"></a>
<h4 id="C1_Web_Mvc_Calendar_RangeMax" data-uid="C1.Web.Mvc.Calendar.RangeMax">RangeMax</h4>
<div class="markdown level1 summary"><p>Gets or sets the maximum length allowed when editing date ranges.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[Json(1)]
public int RangeMax { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;Json(1)&gt;
Public Property RangeMax As Integer</code></pre>
</div>
<h5 id="C1_Web_Mvc_Calendar_RangeMax_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The default value for this property is <strong>0</strong>, which means there is no maximum value for range lengths.</p>
</div>
</div>
