DataSource for Entity Framework in WPF
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 Boolean
    public bool IsLoadingData {get;}
    See Also