New to Telerik UI for WinFormsStart a free 30-day trial

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: ICollectionIEnumerableIList

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)
Parameters:initValuesIEnumerable<RadElement>

The collection of RadElement objects to copy to the list.