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)

屬性值

資料列的清單。

適用於