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;
3 references to RefreshAllowed
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
704
var isPullToRequestEnabled = Element.IsPullToRefreshEnabled && ListView.
RefreshAllowed
;
ListView\ListView.cs (1)
358
if (!
RefreshAllowed
)
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ListViewRenderer.cs (1)
730
var isPullToRequestEnabled = Element.IsPullToRefreshEnabled && ListView.
RefreshAllowed
;