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