ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / DisabledDates Property

In This Topic
    DisabledDates Property
    In This Topic
    Gets or sets the array of System.DateTime objects that determines which dates are disabled.
    Syntax
    'Declaration
     
    Public Property DisabledDates As Date()
    public DateTime[] DisabledDates {get; set;}
    See Also