ComponentOne Data Source for Entity Framework
C1.Data.DataSource Namespace / ClientViewSource Class / IsLoadingData Property

In This Topic
    IsLoadingData Property
    In This Topic
    Gets a value indicating whether the ClientViewSource is currently loading data.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsLoadingData As System.Boolean
    public System.bool IsLoadingData {get;}
    See Also