ComponentOne Xamarin.iOS
AllowRefreshing Property


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridBase Class : AllowRefreshing Property
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
[Foundation.Export("AllowRefreshing")]
[Browsable(true)]
public bool AllowRefreshing {get; set;}
See Also

Reference

GridBase Class
GridBase Members