ListViewBase.DataFetchSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the amount of data to fetch for virtualizing/prefetch operations.
public:
property double DataFetchSize { double get(); void set(double value); };
double DataFetchSize();
void DataFetchSize(double value);
public double DataFetchSize { get; set; }
var double = listViewBase.dataFetchSize;
listViewBase.dataFetchSize = double;
Public Property DataFetchSize As Double
<listViewBase DataFetchSize="double" />
Property Value
Double
double
The amount of data to fetch per interval, in pages.