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

In This Topic
    BlackoutDates Property (C1DatePicker)
    In This Topic
    Gets a collection of dates that are marked as not selectable.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property BlackoutDates As CalendarBlackoutDatesCollection
    public CalendarBlackoutDatesCollection BlackoutDates {get;}

    Property Value

    A collection of dates that cannot be selected. The default value is an empty collection.
    See Also