バージョン

SelectedDataItemsScope プロパティ

DataPresenterBaseSelectedDataItems プロパティを更新するかどうかを決定します。
シンタックス
'宣言
 
Public Property SelectedDataItemsScope As SelectedDataItemsScope
public SelectedDataItemsScope SelectedDataItemsScope {get; set;}
解説

2 つの XamDataGrid の選択およびアクティブ化を同期化するために、1 つのグリッドの ActiveDataItem および SelectedDataItems プロパティを他のグリッドのプロパティにバインドし、 両方のグリッドの SelectedDataItemsScope プロパティを 'RecordsOnly' または 'RecordsOrCells' に設定します。

注:SelectedDataItemsScope がデフォルト値の None 以外の値に設定されない場合、選択が変更されたときに SelectedDataItems プロパティは更新されません。

参照