FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridIncrementalLoadingRow Class / IsLoading Property

In This Topic
    IsLoading Property
    In This Topic
    Gets or sets a value indicating whether the loading activity indicator is displayed.
    Syntax
    'Declaration
     
    Public Property IsLoading As Boolean
    public bool IsLoading {get; set;}
    See Also