RadControls for WinForms

Initializes a new instance of RadItemCollection based on another RadItemCollection.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public RadItemCollection(
	RadItemCollection value
)
Visual Basic
Public Sub New ( _
	value As RadItemCollection _
)

Parameters

value
Type: Telerik.WinControls..::..RadItemCollection
A RadItemCollection from which the contents are copied.

See Also