'Declaration
Public MustOverride Function GetCellContentRecyclingKey( _ ByVal row As DataGridRow _ ) As System.Object
public abstract System.object GetCellContentRecyclingKey( DataGridRow row )
Parameters
- row
- This parameter can be used to have different cell content depending on the row. In most cases this parameter won't be used.
Return Value
The recycling key, or null to disable recycling.