DomainDataSource.IsLoadingData Property
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Gets a value indicating whether the DomainDataSource is currently loading data.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public Property IsLoadingData As Boolean
Get
Private Set
'Usage
Dim instance As DomainDataSource
Dim value As Boolean
value = instance.IsLoadingData
public bool IsLoadingData { get; private set; }
public:
property bool IsLoadingData {
bool get ();
private: void set (bool value);
}
member IsLoadingData : bool with get, private set
function get IsLoadingData () : boolean
private function set IsLoadingData (value : boolean)
Property Value
Type: System.Boolean
true to indicate the data source is loading a data set; otherwise, false.
See Also
Reference
System.Windows.Controls Namespace