Gets or sets a value indicating whether virtual mode specified in a ClientViewSource is managed by this control handler.

Namespace:  C1.Data.DataSource
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
[DefaultValueAttribute(false)]
[NotifyParentPropertyAttribute(true)]
public bool VirtualMode { get; set; }
Visual Basic
<DefaultValueAttribute(False)> _
<NotifyParentPropertyAttribute(True)> _
Public Property VirtualMode As Boolean
	Get
	Set

Remarks

Setting this property to True has effect only if VirtualMode of the associated ClientViewSource is set to Managed.

See Also