ComponentOne DataGrid for WPF and Silverlight
CreateCellContent Method (DataGridBoundColumn)

C1.WPF.DataGrid Namespace > DataGridBoundColumn Class : CreateCellContent Method
Gets a TextBlock that will be used to display the info inside 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

TextBlock that represent the cell content.
See Also

Reference

DataGridBoundColumn Class
DataGridBoundColumn Members