2 references to IsRefreshing
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
30
/// <summary>Bindable property for <see cref="
IsRefreshing
"/>.</summary>
31
public static readonly BindableProperty IsRefreshingProperty = BindableProperty.Create(nameof(
IsRefreshing
), typeof(bool), typeof(ListView), false, BindingMode.TwoWay);