Represents a read-only list of RadElement objects.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadElementReadonlyList : List<RadElement>, IList, ICollection, IEnumerable
Inheritance: objectList<RadElement>RadElementReadonlyList
Implements:
Constructors
Initializes a new instance of the RadElementReadonlyList class.
C#
public RadElementReadonlyList()
Initializes a new instance of the RadElementReadonlyList class with the specified initial values.
C#
public RadElementReadonlyList(IEnumerable<RadElement> initValues)
The collection of RadElement objects to copy to the list.