RefreshControl Property (C1CollectionViewSource<T>)
In This Topic
Gets the refresh control used by the user to refresh the list.
Syntax
'Declaration
Public Property RefreshControl As UIKit.UIRefreshControl
public UIKit.UIRefreshControl RefreshControl {get; set;}
See Also