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