Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / C1MultiMonthCalendar Class / MinDate Property

In This Topic
    MinDate Property (C1MultiMonthCalendar)
    In This Topic
    Gets or sets the minimum allowable date. The default is 01/01/1753. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MinDate As Nullable(Of Date)
    public Nullable<DateTime> MinDate {get; set;}
    See Also