ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DateTimePicker Class / BlackoutDates Property

In This Topic
    BlackoutDates Property (C1DateTimePicker)
    In This Topic
    Gets the days that are not selectable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BlackoutDates As CalendarBlackoutDatesCollection
    public CalendarBlackoutDatesCollection BlackoutDates {get;}
    See Also