ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / RangeMin Property

In This Topic
    RangeMin Property (Calendar)
    In This Topic
    Gets or sets the minimum number of days allowed when editing date ranges.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    <DefaultValueAttribute(0)>
    Public Property RangeMin As Integer
    [Json(1)]
    [DefaultValue(0)]
    public int RangeMin {get; set;}
    Remarks
    The default value for this property is **0**, which means there is no minimum value for range lengths.
    See Also