CalendarDatePicker.

BlackoutDates Property

Summary

Gets a collection of dates that are marked as not selectable.
Namespace
Avalonia.Controls
Containing Type
CalendarDatePicker

Syntax

public CalendarBlackoutDatesCollection BlackoutDates { get; private set; }

Value

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