Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridIncrementalLoadingCell Class / SetLoading Method
if set to true the loading indicator is shown.

In This Topic
    SetLoading Method
    In This Topic
    Set whether the loading indicator is shown.
    Syntax
    'Declaration
     
    
    Public Sub SetLoading( _
       ByVal loading As Boolean _
    ) 
    public void SetLoading( 
       bool loading
    )

    Parameters

    loading
    if set to true the loading indicator is shown.
    See Also