ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / DisabledDates Property

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