DynamicTableRows Property |
Gets or sets the collection of rows in the table
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Collection<DynamicRow> Rows { get; }
Public ReadOnly Property Rows As Collection(Of DynamicRow)
Get
member Rows : Collection<DynamicRow> with get
Property Value
Type:
CollectionDynamicRowThe rows in the table.
See Also