Gets (or sets, for inheriters) a value indicating whether the asynchrnous data loading is currently deferred.

Namespace:  DlhSoft.Windows.Controls.Primitives
Assembly:  DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)

Syntax

C#
public virtual bool IsAsyncPresentationDeferred { get; protected set; }
Visual Basic (Declaration)
Public Overridable Property IsAsyncPresentationDeferred As Boolean

See Also