ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / MaxDate Property

In This Topic
    MaxDate Property (C1DateTimePicker)
    In This Topic
    Gets or sets the maximum DateTime allowed for the C1DateTimePicker.
    Syntax
    'Declaration
     
    
    Public Property MaxDate As Date
    public DateTime MaxDate {get; set;}
    See Also