3 writes to Date
Microsoft.Maui.Controls (3)
DatePicker\DatePicker.cs (2)
182
picker.
Date
= dateValue;
192
picker.
Date
= dateValue;
ViewExtensions.cs (1)
455
dp.
Date
= dpResult;
6 references to Date
Microsoft.Maui.Controls (6)
DatePicker\DatePicker.cs (6)
16
/// <summary>Bindable property for <see cref="
Date
"/>.</summary>
17
public static readonly BindableProperty DateProperty = BindableProperty.Create(nameof(
Date
), typeof(DateTime), typeof(DatePicker), default(DateTime), BindingMode.TwoWay,
181
if (picker.
Date
> dateValue)
191
if (picker.
Date
< dateValue)
235
get =>
Date
;
247
return $"{base.GetDebuggerDisplay()}, Date = {
Date
}";