RefreshControl Property (C1TableViewSource<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