Gets or sets the initial entity count to load synchronously within this IAsyncCollectionPresenterControl before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.

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

Syntax

C#
int IsAsyncPresentationEnabledMinCount { get; set; }
Visual Basic (Declaration)
Property IsAsyncPresentationEnabledMinCount As Integer

See Also