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

In This Topic
    RangeEnd Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.RangeEnd. Sets the last selected date in a range selection.
    Syntax
    'Declaration
     
    Public Property RangeEnd As Nullable(Of Date)
    public Nullable<DateTime> RangeEnd {get; set;}
    Remarks
    The selection range will be defined by the Value and RangeEnd properties.
    See Also