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

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