Click or drag to resize

TableRowCells Property

Gets or sets the cells in this row.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Collection<TableCell> Cells { get; set; }

Property Value

Type: CollectionTableCell
The cells in the row.
See Also