VirtualMode Property

Gets or sets a value indicating whether you have provided your own data-management operations for the grid control.

Syntax

Public Property VirtualMode As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

Virtual mode is designed for use with very large stores of data. When the VirtualMode property is true, you create a grid with a set number of rows and columns and then handle the CellValueNeeded event to populate the cells.

See Also

CellValueNeeded Event, CellValuePushed Event