次の方法で共有


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)

プロパティ値

行の一覧。

適用対象