C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridColumn Class / GetCellValue Method / GetCellValue(Object) Method
The data item.
In This Topic
GetCellValue(Object) Method
In This Topic
Gets the value from data item corresponding to this column.
Syntax
public object GetCellValue( 
   object dataItem
)

Parameters

dataItem
The data item.
See Also