FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridDateTimeColumn 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
    public object GetCellValue( 
       object dataItem
    )

    Parameters

    dataItem
    The data item.
    See Also