In This Topic
Gets or sets a value indicating whether the grid can be refreshed by pulling.
Syntax
'Declaration
Public Property AllowRefreshing As Boolean
'Usage
Dim instance As GridBase
Dim value As Boolean
instance.AllowRefreshing = value
value = instance.AllowRefreshing
public bool AllowRefreshing {get; set;}
See Also