Click or drag to resize

DynamicTableAddRow Method (DynamicItem)

Adds the specified item to a new row

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public void AddRow(
	DynamicItem item
)

Parameters

item
Type: Eto.FormsDynamicItem
Item to add to a new row
See Also