Version

GetSourceRecord Method

Returns the record associated with the specified row in the collection
Syntax
'Declaration
 
Public Function GetSourceRecord( _
   ByVal row As Integer _
) As DataRecord
public DataRecord GetSourceRecord( 
   int row
)

Parameters

row
The 0 based index of the row whose associated record is to be returned.

Return Value

The Infragistics.Windows.DataPresenter.DataRecord at the specified row index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe row must be at least 0 and less than the RowCount.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also