Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridIncrementalLoadingRow Class / IsLoading Property


In This Topic
    IsLoading Property
    In This Topic
    Gets or sets a value indicating whether the loading activity indicator is displayed.
    Syntax
    'Declaration
     
    
    Public Property IsLoading As Boolean
    'Usage
     
    
    Dim instance As GridIncrementalLoadingRow
    Dim value As Boolean
     
    instance.IsLoading = value
     
    value = instance.IsLoading
    public bool IsLoading {get; set;}
    See Also