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

In This Topic
    Min Property (CalendarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Calendar.Min. Sets the earliest date that the user can select in the calendar.
    Syntax
    'Declaration
     
    Public Property Min As Date
    public DateTime Min {get; set;}
    See Also