| 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
Syntaxpublic DynamicRow(
	IEnumerable<DynamicItem> items
)
Public Sub New ( 
	items As IEnumerable(Of DynamicItem)
)
new : 
        items : IEnumerable<DynamicItem> -> DynamicRowParameters
- items
- Type: System.Collections.GenericIEnumerableDynamicItem
 Items to initialize the row
 See Also
See Also