Gets a value indicating whether the ClientViewSource is currently loading data.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public bool IsLoadingData { get; }
Visual Basic
Public ReadOnly Property IsLoadingData As Boolean
	Get

See Also