ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridImageColumn Class / CreateCellContent Method

In This Topic
    CreateCellContent Method (DataGridImageColumn)
    In This Topic
    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 FrameworkElement
    public override FrameworkElement CreateCellContent( 
       DataGridRow row
    )

    Parameters

    row

    Return Value

    Image that represent the cell content.
    See Also