DynamicRow Constructor (DynamicItem) |
Initializes a new instance of the
DynamicRow class.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DynamicRow(
params DynamicItem[] items
)
Public Sub New (
ParamArray items As DynamicItem()
)
new :
items : DynamicItem[] -> DynamicRow
Parameters
- items
- Type: Eto.FormsDynamicItem
Items to initialize the row
See Also