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

In This Topic
    DisabledDates Property (CalendarSettings)
    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