ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridTemplateColumn Class / GetCellValue Method

In This Topic
    GetCellValue Method (DataGridTemplateColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function GetCellValue( _
       ByVal row As DataGridRow _
    ) As Object
    public override object GetCellValue( 
       DataGridRow row
    )

    Parameters

    row
    See Also