Implemented interface member:
property
RefreshAllowed
Microsoft.Maui.Controls.IListViewController.RefreshAllowed
3 writes to RefreshAllowed
Microsoft.Maui.Controls (3)
ListView\ListView.cs (3)
617 RefreshAllowed = RefreshCommand != null && RefreshCommand.CanExecute(null); 725 RefreshAllowed = newCommand.CanExecute(null); 729 RefreshAllowed = true;
1 reference to RefreshAllowed
Microsoft.Maui.Controls (1)
ListView\ListView.cs (1)
358 if (!RefreshAllowed)