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;}
参照