Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1CalendarItem Class / MinDate Property

In This Topic
    MinDate Property (C1CalendarItem)
    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 Date
    public DateTime MinDate {get; set;}
    See Also