Click or drag to resize

DynamicTableAdd Method

Add the specified item to the current row

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

Parameters

item
Type: Eto.FormsDynamicItem
Item to add
See Also