DataGrid.IncrementalLoadingTrigger Property

Definition

Gets or sets a value that indicates the conditions for prefetch operations by the DataGrid class.

public Windows.UI.Xaml.Controls.IncrementalLoadingTrigger IncrementalLoadingTrigger { get; set; }
member this.IncrementalLoadingTrigger : Windows.UI.Xaml.Controls.IncrementalLoadingTrigger with get, set
Public Property IncrementalLoadingTrigger As IncrementalLoadingTrigger

Property Value

Windows.UI.Xaml.Controls.IncrementalLoadingTrigger

An enumeration value that indicates the conditions that trigger prefetch operations. The default is Edge.

Applies to