VirtualMode Property (BaseControlHandler)
In This Topic
Gets or sets a value indicating whether virtual mode specified in a
ClientViewSource is managed by this control handler.
Syntax
'Declaration
Public Property VirtualMode As Boolean
public bool VirtualMode {get; set;}
See Also