Click or drag to resize

DynamicTable Constructor (DynamicRow[])

Initializes a new instance of the DynamicTable class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DynamicTable(
	params DynamicRow[] rows
)

Parameters

rows
Type:Eto.Forms.DynamicRow[]
Rows.
See Also