ComponentOne ASP.NET MVC Controls
Max Property (Calendar)

C1.Web.Mvc Namespace > Calendar Class : Max Property
Gets or sets the latest date that the user can select in the calendar.
Syntax
'Declaration
 
<JsonAttribute(Order=2, 
   SkipIfDefault=, 
   PropertyName="", 
   Name="")>
Public Property Max As Date
[Json(Order=2, 
   SkipIfDefault=, 
   PropertyName="", 
   Name="")]
public DateTime Max {get; set;}
See Also

Reference

Calendar Class
Calendar Members