| 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
Syntaxpublic DynamicRow(
	params DynamicItem[] items
)
Public Sub New ( 
	ParamArray items As DynamicItem()
)
new : 
        items : DynamicItem[] -> DynamicRowParameters
- items
- Type: Eto.FormsDynamicItem
 Items to initialize the row
 See Also
See Also