Version

InitializeDataRepeaterClones Method

Calls InitializeDataRepeaterClone on any UltraControlBase-derived items in the specified collections.
Syntax
'Declaration
 
Public Shared Sub InitializeDataRepeaterClones( _
   ByVal itemTemplate As Control, _
   ByVal dataRepeaterItem As Control _
) 
public static void InitializeDataRepeaterClones( 
   Control itemTemplate,
   Control dataRepeaterItem
)

Parameters

itemTemplate
The collection that is being cloned by the DataRepeater.
dataRepeaterItem
The DataRepeaterItem provided in by the DataRepeater in the ItemCloned event.
Remarks

Note: The clone is mapped to the original template through the Name property, so if this value is changed, this method will not be able to function. In cases where the Name property is changed for clones, it is recommended to call the InitializeDataRepeaterClone method manually.

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