ComponentOne DataGrid for WPF and Silverlight
UnbindCellContent Method (DataGridBoundColumn)

C1.WPF.DataGrid Namespace > DataGridBoundColumn Class : UnbindCellContent Method
Syntax
'Declaration
 
Public Overrides Sub UnbindCellContent( _
   ByVal cellContent As System.Windows.FrameworkElement, _
   ByVal row As DataGridRow _
) 
public override void UnbindCellContent( 
   System.Windows.FrameworkElement cellContent,
   DataGridRow row
)

Parameters

cellContent
row
See Also

Reference

DataGridBoundColumn Class
DataGridBoundColumn Members