Responder Developer Guide
GetDataRow Method (InfraGridDatasetDecorator)


Syntax
'Declaration
 
Public Shared Function GetDataRow( _
   ByVal gridRow As Infragistics.Win.UltraWinGrid.UltraGridRow _
) As DataRow
'Usage
 
Dim gridRow As Infragistics.Win.UltraWinGrid.UltraGridRow
Dim value As DataRow
 
value = InfraGridDatasetDecorator.GetDataRow(gridRow)
public static DataRow GetDataRow( 
   Infragistics.Win.UltraWinGrid.UltraGridRow gridRow
)

Parameters

gridRow
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

InfraGridDatasetDecorator Class
InfraGridDatasetDecorator Members

 

 


Send Comment