ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / Max Property

In This Topic
    Max Property (Calendar)
    In This Topic
    Gets or sets the latest date that the user can select in the calendar.
    Syntax
    'Declaration
     
    
    <JsonAttribute(2)>
    Public Property Max As Date
    [Json(2)]
    public DateTime Max {get; set;}
    See Also