Click or drag to resize

GridItemValues Property

Gets or sets the values of the row.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object[] Values { get; set; }

Property Value

Type: Object
The values of the row.
See Also