Gets or sets a value indicating whether to load managed entities asynchronously within this ItemsControlBase. This is a dependency property.

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

Syntax

C#
[BindableAttribute(true)]
public bool IsAsyncPresentationEnabled { get; set; }
Visual Basic (Declaration)
<BindableAttribute(True)> _
Public Property IsAsyncPresentationEnabled As Boolean

See Also