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

In This Topic
    GetCellContentRecyclingKey Method (DataGridComboBoxColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellContentRecyclingKey( _
       ByVal row As DataGridRow _
    ) As Object
    public virtual object GetCellContentRecyclingKey( 
       DataGridRow row
    )

    Parameters

    row
    See Also