다음을 통해 공유


WebGrid.Rows 속성

정의

그리드가 정렬된 후 instance 현재 페이지에 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)

속성 값

행 목록입니다.

적용 대상