Class VirtualisationOptions
public class VirtualisationOptions
- Inheritance
-
VirtualisationOptions
- Inherited Members
Properties
PagesPerCleanup
How often to perform internal bookkeeping (in page loads)
public int PagesPerCleanup { get; set; }
Property Value
Remarks
Lower values reduce memory usage, at the cost of performance.
RetainedPageCount
Number of pages to keep in memory (protected from garbage collection)
public int RetainedPageCount { get; set; }
Property Value
RowsPerPage
Number of rows to load at a time when scrolling through a list.
public int RowsPerPage { get; set; }