Back to Devexpress

DXCollectionView.PullToRefresh Event

maui-devexpress-dot-maui-dot-collectionview-dot-dxcollectionview-a5e5cba2.md

latest1.4 KB
Original Source

DXCollectionView.PullToRefresh Event

Occurs when a user pulls the CollectionView down to refresh its content.

Namespace : DevExpress.Maui.CollectionView

Assembly : DevExpress.Maui.CollectionView.dll

NuGet Package : DevExpress.Maui.CollectionView

Declaration

csharp
public event EventHandler PullToRefresh

Event Data

The PullToRefresh event's data class is EventArgs.

Remarks

You can configure the DXCollectionView so that it updates its content when a user pulls the view down from the top.

To enable this functionality, set the DXCollectionView.IsPullToRefreshEnabled property to true. Then, either handle the PullToRefresh event, or define a refresh command in a view model and bind it to the PullToRefreshCommand property.

See Also

DXCollectionView Class

DXCollectionView Members

DevExpress.Maui.CollectionView Namespace