3 references to Format
Microsoft.Maui.Controls (3)
DatePicker\DatePicker.cs (3)
13 /// <summary>Bindable property for <see cref="Format"/>.</summary> 14 public static readonly BindableProperty FormatProperty = BindableProperty.Create(nameof(Format), typeof(string), typeof(DatePicker), "d"); 241 get => Format;