C1.Blazor.Grid Assembly / C1.Blazor.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
'Declaration
 
Public Overloads Function GetCellValue( _
   ByVal dataItem As Object _
) As Object
 

Parameters

dataItem
The data item.
See Also