Pull to Refresh

The GridControl introduces the pull-to-refresh feature. It allows end-users to request a grid content update with the pull-down gesture.

To enable this functionality, set the grid's IsPullToRefreshEnabled property to true. Define a refresh command in a view model and then bind it to the grid using the PullToRefreshCommand property.

Related APIs:

GridControl.IsPullToRefreshEnabled

GridControl.PullToRefreshCommand

GridControl.PullToRefresh