Click or drag to resize

DynamicRowItems Property

Note: This API is now obsolete.

Gets or sets the items on this row.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.2: The DynamicRow is now its own collection, so add directly")]
public Collection<DynamicItem> Items { get; }

Property Value

Type: CollectionDynamicItem
The items contained in this row
See Also