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

In This Topic
    BindCellContent Method (DataGridComboBoxColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub BindCellContent( _
       ByVal cellContent As FrameworkElement, _
       ByVal row As DataGridRow _
    ) 
    public virtual void BindCellContent( 
       FrameworkElement cellContent,
       DataGridRow row
    )

    Parameters

    cellContent
    row
    See Also