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

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