ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridSelection Class / SelectedRows Property

In This Topic
    SelectedRows Property (DataGridSelection)
    In This Topic
    Gets the selected rows.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedRows As DataGridSelectedItemsCollection(Of DataGridRow)

    Property Value

    The selected rows.
    See Also