ComponentOne DataGrid for WPF and Silverlight
CreateCellContent Method (DataGridTemplateColumn)

C1.WPF.DataGrid Namespace > DataGridTemplateColumn Class : CreateCellContent Method
Gets a ContentControl containing the CellTemplate 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

ContentControl that represent the cell content.
See Also

Reference

DataGridTemplateColumn Class
DataGridTemplateColumn Members