Version

FixUpCachhedSubObjects<T> Method

For Infragistics Internal Use Only. Fixes up the cached columns in the GridControlCodeDomSerializer.
Syntax
'Declaration
 
Sub FixUpCachhedSubObjects(Of T As Infragistics.Shared.SubObjectBase)( _
   ByVal deserializedColumnsToActualColumnsMap As Dictionary(Of T,T) _
) 
void FixUpCachhedSubObjects<T>( 
   Dictionary<T,T> deserializedColumnsToActualColumnsMap
)
where T: Infragistics.Shared.SubObjectBase

Parameters

deserializedColumnsToActualColumnsMap

Type Parameters

T
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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