Class
RadPageViewReadonlyCollection<T>

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Type Parameters:

T

Syntax:

cs-api-definition
public class RadPageViewReadonlyCollection<T> : List<T>, IList, ICollection, IReadOnlyCollection<T>, IEnumerable

Inheritance: objectList<T>RadPageViewReadonlyCollection<T>

Implements: ICollectionIEnumerableIListIReadOnlyCollection<T>

Constructors

RadPageViewReadonlyCollection()

Declaration

cs-api-definition
public RadPageViewReadonlyCollection()