3 references to FormatProperty
Microsoft.Maui.Controls (3)
DatePicker\DatePicker.cs (3)
64
get { return (string)GetValue(
FormatProperty
); }
65
set { SetValue(
FormatProperty
, value); }
240
set => SetValue(
FormatProperty
, value, SetterSpecificity.FromHandler);