BlackoutDates Property
Gets a collection of dates that are marked as not selectable.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public CalendarBlackoutDatesCollection? BlackoutDates { get; }
Public ReadOnly Property BlackoutDates As CalendarBlackoutDatesCollection
Get
member BlackoutDates : CalendarBlackoutDatesCollection with get
Property Value
CalendarBlackoutDatesCollection
A collection of dates that cannot be selected. The default value is an empty collection.