DataGrid.DataFetchSize Property

Definition

Gets or sets the amount of data to fetch for virtualizing/prefetch operations.

public double DataFetchSize { get; set; }
member this.DataFetchSize : double with get, set
Public Property DataFetchSize As Double

Property Value

The amount of data to fetch per interval, in pages.

Applies to