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

In This Topic
    IsLoading Property (DataGridRowCollection)
    In This Topic
    Gets or sets a value indicating whether this instance is loading.
    Syntax
    'Declaration
     
    
    Public Property IsLoading As Boolean
    public bool IsLoading {get; set;}

    Property Value

    true if this instance is loading; otherwise, false.
    See Also