Back to Devexpress

Table.rows Property

aspnet-js-table-fa225f6f.md

latest408 B
Original Source

Table.rows Property

Provides access to a collection of table rows.

Declaration

ts
get rows(): TableRow[]

Property Value

TypeDescription
TableRow[]

An array of TableRow objects storing information about individual table rows.

|

See Also

Table Class

Table Members