IsLoading Property (C1DataGrid)
In This Topic
Gets or sets a value indicating whether a visual indicator that cover all the data grid template is shown, demonstrating that the data is being loaded.
Syntax
'Declaration
Public Property IsLoading As Boolean
public bool IsLoading {get; set;}
See Also