RadControls for WinForms

A collection that stores RadElement objects.

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

Syntax

C#
[SerializableAttribute]
public class RadElementCollection : CollectionBase, 
	IEnumerable<RadElement>, IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class RadElementCollection _
	Inherits CollectionBase _
	Implements IEnumerable(Of RadElement), IEnumerable

Inheritance Hierarchy

System..::..Object
  System.Collections..::..CollectionBase
    Telerik.WinControls..::..RadElementCollection

See Also