Click or drag to resize

DynamicTable Constructor (IEnumerableDynamicRow)

Initializes a new instance of the DynamicTable class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public DynamicTable(
	IEnumerable<DynamicRow> rows
)

Parameters

rows
Type: System.Collections.GenericIEnumerableDynamicRow
Rows.
See Also