1 implementation of MinimumDate
Microsoft.Maui.Controls (1)
DatePicker\DatePicker.cs (1)
84
public DateTime
MinimumDate
2 references to MinimumDate
Microsoft.Maui (2)
Handlers\DatePicker\DatePickerHandler.cs (2)
35
[nameof(IDatePicker.
MinimumDate
)] = MapMinimumDate,
94
/// Maps the abstract <see cref="IDatePicker.
MinimumDate
"/> property to the platform-specific implementations.