DynamicRow Constructor (IEnumerableDynamicItem) |
Initializes a new instance of the
DynamicRow class.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DynamicRow(
IEnumerable<DynamicItem> items
)
Public Sub New (
items As IEnumerable(Of DynamicItem)
)
new :
items : IEnumerable<DynamicItem> -> DynamicRow
Parameters
- items
- Type: System.Collections.GenericIEnumerableDynamicItem
Items to initialize the row
See Also