[]
Gets a collection of dates that are marked as not selectable.
public BlackoutDatesCollection BlackoutDates { get; }
Public ReadOnly Property BlackoutDates As BlackoutDatesCollection
Type | Description |
---|---|
BlackoutDatesCollection | A collection of dates that cannot be selected. The default value is an empty collection. |
Dates in this collection will appear gray and crossed out on the calendar.
To make all past dates not selectable, you can use the GrapeCity.Windows.InputMan.BlackoutDatesCollection.AddDatesInPast method provided by the collection returned by this property.