ComponentOne DataGrid for WPF and Silverlight
Rows Property (C1DataGrid)

C1.WPF.DataGrid Namespace > C1DataGrid Class : Rows Property
Gets the collection containing all the rows in the grid.
Syntax
'Declaration
 
Public ReadOnly Property Rows As DataGridRowCollection
public DataGridRowCollection Rows {get;}

Property Value

The rows in the grid.
See Also

Reference

C1DataGrid Class
C1DataGrid Members