ComponentOne DataGrid for WPF and Silverlight
Select(DataGridRow) Method

C1.Silverlight.DataGrid Namespace > DataGridSelectionManager Class > Select Method : Select(DataGridRow) Method
The row.
Selects the specified row.
Syntax
'Declaration
 
Public Overloads Sub Select( _
   ByVal row As DataGridRow _
) 
public void Select( 
   DataGridRow row
)

Parameters

row
The row.
See Also

Reference

DataGridSelectionManager Class
DataGridSelectionManager Members
Overload List