ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / Select Method / Select(DataGridRow,Boolean,Boolean) Method
The row.
if set to true behaves as if the shift key was pressed.
if set to true behaves as if the ctrl key was pressed.

In This Topic
    Select(DataGridRow,Boolean,Boolean) Method
    In This Topic
    Selects the specified row.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Select( _
       ByVal row As DataGridRow, _
       ByVal shift As Boolean, _
       ByVal ctrl As Boolean _
    ) 
    public void Select( 
       DataGridRow row,
       bool shift,
       bool ctrl
    )

    Parameters

    row
    The row.
    shift
    if set to true behaves as if the shift key was pressed.
    ctrl
    if set to true behaves as if the ctrl key was pressed.
    See Also