ComponentOne DataGrid for WPF and Silverlight
CreateCellContent Method (DataGridCheckBoxColumn)

C1.WPF.DataGrid Namespace > DataGridCheckBoxColumn Class : CreateCellContent Method
Gets a CheckBox that will be used to display the info into a cell of this column.
Syntax
'Declaration
 
Public Overrides Function CreateCellContent( _
   ByVal row As DataGridRow _
) As System.Windows.FrameworkElement
public override System.Windows.FrameworkElement CreateCellContent( 
   DataGridRow row
)

Parameters

row

Return Value

CheckBox that represent the cell content.
See Also

Reference

DataGridCheckBoxColumn Class
DataGridCheckBoxColumn Members