WebGrid.Rows 属性

定义

获取一个列表,该列表包含网格排序后实例的当前页 WebGrid 上的行。

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)

属性值

行列表。

适用于