ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateTimeTagHelper Class / PredefinedRanges Property

In This Topic
    PredefinedRanges Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.PredefinedRanges. Sets a function that return the predefined ranges.
    Syntax
    'Declaration
     
    Public Property PredefinedRanges As String
    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