IsLoading Property (DataGridRowCollection)
Gets or sets a value indicating whether this instance is loading.
'Declaration
Public Property IsLoading As Boolean
public bool IsLoading {get; set;}
Property Value
true
if this instance is loading; otherwise,
false
.