2 references to IsPullToRefreshEnabledProperty
Microsoft.Maui.Controls (2)
ListView\ListView.cs (2)
228
get { return (bool)GetValue(
IsPullToRefreshEnabledProperty
); }
229
set { SetValue(
IsPullToRefreshEnabledProperty
, value); }