ComponentOne DataGrid for WPF and Silverlight
GetCellContentRecyclingKey Method (DataGridRowHeaderColumn)

C1.Silverlight.DataGrid Namespace > DataGridRowHeaderColumn Class : GetCellContentRecyclingKey Method
The row.
Gets the cell content recycling key.
Syntax
'Declaration
 
Public Overrides Function GetCellContentRecyclingKey( _
   ByVal row As DataGridRow _
) As System.Object
public override System.object GetCellContentRecyclingKey( 
   DataGridRow row
)

Parameters

row
The row.
See Also

Reference

DataGridRowHeaderColumn Class
DataGridRowHeaderColumn Members