CalendarDatePickerBlackoutDates Property

Gets a collection of dates that are marked as not selectable.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public CalendarBlackoutDatesCollection? BlackoutDates { get; }

Property Value

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

See Also