3 writes to Date
Microsoft.Maui.Controls (3)
DatePicker\DatePicker.cs (2)
180
picker.
Date
= dateValue;
190
picker.
Date
= dateValue;
ViewExtensions.cs (1)
455
dp.
Date
= dpResult;
5 references to Date
Microsoft.Maui.Controls (5)
DatePicker\DatePicker.cs (5)
14
/// <summary>Bindable property for <see cref="
Date
"/>.</summary>
15
public static readonly BindableProperty DateProperty = BindableProperty.Create(nameof(
Date
), typeof(DateTime), typeof(DatePicker), default(DateTime), BindingMode.TwoWay,
179
if (picker.
Date
> dateValue)
189
if (picker.
Date
< dateValue)
233
get =>
Date
;