3 references to MinimumDateProperty
Microsoft.Maui.Controls (2)
DatePicker\DatePicker.cs (2)
86
get { return (DateTime)GetValue(
MinimumDateProperty
); }
87
set { SetValue(
MinimumDateProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\DatePickerRenderer.cs (1)
138
else if (e.PropertyName == DatePicker.
MinimumDateProperty
.PropertyName)