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
Assembly:  DlhSoft.HierarchicalData.LightWPF.Controls (in DlhSoft.HierarchicalData.LightWPF.Controls.dll)

Syntax

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

See Also