ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridImageColumn Class / GetCellContentRecyclingKey Method

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

    Parameters

    row
    See Also