ComponentOne DataGrid for WPF and Silverlight
CreateCellContent Method (DataGridImageColumn)

C1.WPF.DataGrid Namespace > DataGridImageColumn Class : CreateCellContent Method
Gets an System.Windows.Controls.Image that will be used to display the image 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

Image that represent the cell content.
See Also

Reference

DataGridImageColumn Class
DataGridImageColumn Members