ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridSelectionManager Class / Select Method / Select(DataGridRow) Method
The row.

In This Topic
    Select(DataGridRow) Method
    In This Topic
    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