C1.Data.DataSource Namespace : VirtualModeKind Enumeration |
'Declaration
Public Enum VirtualModeKind Inherits System.Enum
public enum VirtualModeKind : System.Enum
Member | Description |
---|---|
Managed | Virtual mode is managed by a GUI control bound to the ClientViewSource. That GUI control must have a control handler with the BaseControlHandler.VirtualMode property set to True. |
None | Virtual mode is disabled. |
Unmanaged | Virtual mode is not managed by a control handler, it is managed by the ClientViewSource itself that is unaware of what controls are bound to it. This option should be used only if you don't have a GUI control that supports virtual mode through a control handler. Although it allows to use virtual mode with any GUI bound control (with or without a control handler), it should be used with caution, only if you can't use the Managed option. See the "Programming Guide" in the Studio for Entity Framework documentation for more details. |
System.Object
System.ValueType
System.Enum
C1.Data.DataSource.VirtualModeKind
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2