ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Input Namespace / C1InputDate Class / MaxDate Property

In This Topic
    MaxDate Property (C1InputDate)
    In This Topic
    Determines the maximum date that can be entered.
    Syntax
    'Declaration
     
    Public Property MaxDate As System.Nullable(Of Date)
    public System.Nullable<DateTime> MaxDate {get; set;}
    See Also