Version

GetRowFromRowsManager Method

Syntax
'Declaration
 
Protected Function GetRowFromRowsManager( _
   ByVal rowMgr As Infragistics.Controls.Grids.RowsManagerBase, _
   ByVal gridItemArg As XamGridProxyBase.GridSelectableItemArg, _
   ByVal bValidate As System.Boolean _
) As Infragistics.Controls.Grids.Primitives.ExpandableRowBase
protected Infragistics.Controls.Grids.Primitives.ExpandableRowBase GetRowFromRowsManager( 
   Infragistics.Controls.Grids.RowsManagerBase rowMgr,
   XamGridProxyBase.GridSelectableItemArg gridItemArg,
   System.bool bValidate
)
protected: Infragistics.Controls.Grids.Primitives.ExpandableRowBase* GetRowFromRowsManager( 
   Infragistics.Controls.Grids.RowsManagerBase* rowMgr,
   XamGridProxyBase.GridSelectableItemArg* gridItemArg,
   System.bool bValidate
) 

Parameters

rowMgr
gridItemArg
bValidate
Requirements

Target Platforms: Windows 7, 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