C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBase Class / AllowRefreshing Property


In This Topic
AllowRefreshing Property
In This Topic
Gets or sets a value indicating whether the grid can be refreshed by pulling.
Syntax
'Declaration
 
<Foundation.ExportAttribute("AllowRefreshing")>
<BrowsableAttribute(True)>
Public Property AllowRefreshing As Boolean
 
'Usage
 
Dim instance As GridBase
Dim value As Boolean
 
instance.AllowRefreshing = value
 
value = instance.AllowRefreshing
See Also