Gets or sets the number of items to be loaded synchronously as one step when using asychronous presentation mode within the control (having IsAsyncPresentationEnabled property set to true). This is a dependency property.

Namespace:  DlhSoft.Windows.Controls.Pert
Assembly:  DlhSoft.ProjectData.PertChart.LightWPF.Controls (in DlhSoft.ProjectData.PertChart.LightWPF.Controls.dll)

Syntax

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

See Also