C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridColumn Class / SetCellValue Method / SetCellValue(Object,Object) Method
The data item which stores the value.
The value to be set in the data item.

In This Topic
SetCellValue(Object,Object) Method
In This Topic
Sets the specified value to dataItem property related to this column.
Syntax
'Declaration
 
Public Overloads Sub SetCellValue( _
   ByVal dataItem As Object, _
   ByVal value As Object _
) 
 

Parameters

dataItem
The data item which stores the value.
value
The value to be set in the data item.
See Also