ComponentOne DataGrid for WPF and Silverlight
UnbindCellContent Method (DataGridRowHeaderColumn)

C1.Silverlight.DataGrid Namespace > DataGridRowHeaderColumn Class : UnbindCellContent Method
Content of the cell.
The row.
Unbinds the content of the cell.
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
Content of the cell.
row
The row.
See Also

Reference

DataGridRowHeaderColumn Class
DataGridRowHeaderColumn Members