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

In This Topic
    PredefinedRanges Property (InputDateBase)
    In This Topic
    Gets or sets a function that return the predefined ranges.
    Syntax
    'Declaration
     
    
    <JsonConverterAttribute(C1.JsonNet.Converters.FunctionConverter)>
    Public Property PredefinedRanges As String
    [JsonConverter(C1.JsonNet.Converters.FunctionConverter)]
    public string PredefinedRanges {get; set;}
    Remarks
    This property is useful only when the SelectionMode property is set to DateSelectionMode.Range. Predefined ranges with null values represent custom ranges to be defined by users by clicking on the calendar.
    See Also