'Declaration Public Property VirtualMode As VirtualModeKind
public VirtualModeKind VirtualMode {get; set;}
'Declaration Public Property VirtualMode As VirtualModeKind
public VirtualModeKind VirtualMode {get; set;}
ClientViewSource in virtual mode intelligently and transparently both for the end user and for the developer loads only the entities that need to be displayed on the screen.
To enable virtual mode, set this property to Managed if you have a control handler with VirtualMode set to True; otherwise, set it to VirtualModeKind.Unmanaged.