WebGrid.Rows Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list that contains the rows that are on the current page of the WebGrid instance after the grid has been sorted.
C#
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)
The list of rows.
Product | Versions |
---|---|
ASP.NET Web Pages | 3.2 |