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

In This Topic
    Value Property (CalendarTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Calendar.Value. Sets the currently selected date.
    Syntax
    'Declaration
     
    Public Property Value As Date
    public DateTime Value {get; set;}
    See Also