ComponentOne DataGrid for WPF and Silverlight
Rows Property (DataGridViewport)

C1.WPF.DataGrid Namespace > DataGridViewport Class : Rows Property
Gets the collection of rows which are currently in the viewport.
Syntax
'Declaration
 
Public ReadOnly Property Rows As DataGridRow()
public DataGridRow[] Rows {get;}

Property Value

The collection of rows which are currently in the viewport.
See Also

Reference

DataGridViewport Class
DataGridViewport Members