Back to Devexpress

TableRow.cells Property

aspnet-js-tablerow-376e72eb.md

latest419 B
Original Source

TableRow.cells Property

Provides information about the table row’s cells.

Declaration

ts
get cells(): TableCell[]

Property Value

TypeDescription
TableCell[]

An array of TableCell objects storing information about cells.

|

See Also

TableRow Class

TableRow Members