Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / MinDate Property

In This Topic
    MinDate Property (C1Calendar)
    In This Topic
    Gets or sets the earliest date that the user can select in the calendar.
    Syntax
    'Declaration
     
    
    Public Property MinDate As Nullable(Of Date)
    public Nullable<DateTime> MinDate {get; set;}
    See Also