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

In This Topic
    GetCellValue Method (DataGridComboBoxColumn)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellValue( _
       ByVal Row As DataGridRow _
    ) As Object
    public virtual object GetCellValue( 
       DataGridRow Row
    )

    Parameters

    Row
    See Also