WebGrid.Rows Property

Definition

Gets a list that contains the rows that are on the current page of the WebGrid instance after the grid has been sorted.

public System.Collections.Generic.IList<System.Web.Helpers.WebGridRow> Rows { get; }
member this.Rows : System.Collections.Generic.IList<System.Web.Helpers.WebGridRow>
Public ReadOnly Property Rows As IList(Of WebGridRow)

Property Value

The list of rows.

Applies to