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

In This Topic
    BindCellContent Method (DataGridImageColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Sub BindCellContent( _
       ByVal cellContent As FrameworkElement, _
       ByVal row As DataGridRow _
    ) 
    public override void BindCellContent( 
       FrameworkElement cellContent,
       DataGridRow row
    )

    Parameters

    cellContent
    row
    See Also