Xamarin.Android | ComponentOne
C1.Android.Grid Assembly / C1.Android.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
     
    
    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