Gets or sets a value indicating whether you have provided your own data-management operations for the grid control.
Public Property VirtualMode As Boolean
Grid Object
Boolean
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.