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