Gets or sets the initial entity count to load synchronously within this ItemsControlBase before initiating the asynchronous load mode when IsAsyncPresentationEnabled property is set to true.
This is a dependency property.
Namespace:
DlhSoft.Windows.Controls.PrimitivesAssembly: DlhSoft.Data.Controls (in DlhSoft.Data.Controls.dll)
Syntax
C# |
---|
[BindableAttribute(true)] public int IsAsyncPresentationEnabledPageSize { get; set; } |
Visual Basic (Declaration) |
---|
<BindableAttribute(True)> _ Public Property IsAsyncPresentationEnabledPageSize As Integer |