Version

GetSourceField Method

Returns the Infragistics.Windows.DataPresenter.Field associated with the specified column in the collection
Syntax
'Declaration
 
Public Function GetSourceField( _
   ByVal column As Integer _
) As Field
public Field GetSourceField( 
   int column
)

Parameters

column
The 0 based index of the column whose associated Field is to be returned.

Return Value

The Infragistics.Windows.DataPresenter.Field at the specified column index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe column must be at least 0 and less than the ColumnCount.
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