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

In This Topic
    GetCellContentRecyclingKey Method (DataGridFilterRow)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetCellContentRecyclingKey( _
       ByVal column As DataGridColumn _
    ) As Object
    protected override object GetCellContentRecyclingKey( 
       DataGridColumn column
    )

    Parameters

    column
    See Also