DataSource for Entity Framework for WPF/Silverlight
VirtualMode プロパティ (BaseControlHandler)

C1.Data.DataSource 名前空間 > BaseControlHandler クラス : VirtualMode プロパティ
ClientViewSourceで指定されている仮想モードをこのコントロールハンドラで管理するかどうかを示す値を取得または設定します。
シンタックス
'宣言
 
<System.ComponentModel.DescriptionAttribute("Gets or sets a value indicating whether virtual mode specified in a ClientViewSource is managed by this control.")>
<System.ComponentModel.DefaultValueAttribute(False)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
Public Property VirtualMode As System.Boolean
[System.ComponentModel.Description("Gets or sets a value indicating whether virtual mode specified in a ClientViewSource is managed by this control.")]
[System.ComponentModel.DefaultValue(false)]
[System.ComponentModel.NotifyParentProperty(true)]
public System.bool VirtualMode {get; set;}
解説
このプロパティを true に設定しても、有効となるのは、 関連付けられている ClientViewSourceClientViewSource.VirtualModeManagedに設定されている場合だけです。
参照

BaseControlHandler クラス
BaseControlHandler メンバ