DataSource for Entity Framework in WPF
C1.Data.DataSource Namespace / BaseControlHandler Class / VirtualMode Property

In This Topic
    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;}
    Remarks
    Setting this property to True has effect only if ClientViewSource.VirtualMode of the associated ClientViewSource is set to Managed.
    See Also