ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / RangeMax Property

In This Topic
    RangeMax Property (InputDateBase)
    In This Topic
    Gets or sets the maximum length allowed when editing date ranges.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Property RangeMax As Integer
    [Json(1)]
    public int RangeMax {get; set;}
    Remarks
    The default value for this property is zero, which means there is no maximum value for range lengths.
    See Also