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; }
Public Property Values As Object()
Get
Set
member Values : Object[] with get, set
Property Value
Type:
ObjectThe values of the row.
See Also