Click or drag to resize

GridItemGetValue Method

Gets the value from this item for the specified column/index

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual Object GetValue(
	int column
)

Parameters

column
Type: SystemInt32
column/index to get the value

Return Value

Type: Object
value of the object with the specified column/index

Implements

IColumnItemGetValue(Int32)
See Also