CalendarDatePickerBlackoutDates Property
Gets a collection of dates that are marked as not selectable.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
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.