Version

SelectedDataItemsScope Property

Determines if and when the DataPresenterBase's SelectedDataItems property will be updated.
Syntax
'Declaration
 
Public Property SelectedDataItemsScope As SelectedDataItemsScope
public SelectedDataItemsScope SelectedDataItemsScope {get; set;}
Remarks

To synchronize the selectiion and activation of 2 XamDataGrids bind the ActiveDataItem and SelectedDataItems properties of one to the other and set the SelectedDataItemsScope property on each grid to either 'RecordsOnly' or 'RecordsOrCells'.

Note: if the SelectedDataItemsScope is not set to a value other than its default value of 'None' then the SelectedDataItems property will not be updated when the selection changes.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also