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; }
<ObsoleteAttribute("Since 2.2: The DynamicRow is now its own collection, so add directly")>
Public ReadOnly Property Items As Collection(Of DynamicItem)
Get
[<ObsoleteAttribute("Since 2.2: The DynamicRow is now its own collection, so add directly")>]
member Items : Collection<DynamicItem> with get
Property Value
Type:
CollectionDynamicItemThe items contained in this row
See Also