Class
RadElementReadonlyList

Represents a read-only list of RadElement objects.

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class RadElementReadonlyList : List<RadElement>, IList, ICollection, IEnumerable

Inheritance: objectList<RadElement>RadElementReadonlyList

Implements: ICollectionIEnumerableIList

Constructors

RadElementReadonlyList()

Initializes a new instance of the RadElementReadonlyList class.

Declaration

cs-api-definition
public RadElementReadonlyList()

RadElementReadonlyList(IEnumerable<RadElement>)

Initializes a new instance of the RadElementReadonlyList class with the specified initial values.

Declaration

cs-api-definition
public RadElementReadonlyList(IEnumerable<RadElement> initValues)

Parameters

initValues

IEnumerable<RadElement>

The collection of RadElement objects to copy to the list.