ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / MaxDate Property

In This Topic
    MaxDate Property
    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 System.Date
    public System.DateTime MaxDate {get; set;}
    See Also