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

In This Topic
    UnbindCellContent Method (DataGridFilterRow)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub UnbindCellContent( _
       ByVal cellContent As FrameworkElement, _
       ByVal column As DataGridColumn _
    ) 
    protected override void UnbindCellContent( 
       FrameworkElement cellContent,
       DataGridColumn column
    )

    Parameters

    cellContent
    column
    See Also