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
)
Public Sub AddRow (
item As DynamicItem
)
member AddRow :
item : DynamicItem -> unit
Parameters
- item
- Type: Eto.FormsDynamicItem
Item to add to a new row
See Also