DynamicRowAdd Method (DynamicItem) |
Add the specified items to the row
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Add(
params DynamicItem[] items
)
Public Sub Add (
ParamArray items As DynamicItem()
)
member Add :
items : DynamicItem[] -> unit
Parameters
- items
- Type: Eto.FormsDynamicItem
Items to add
See Also