ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / IsLoading Property

In This Topic
    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