Class RadItemReadOnlyCollection
Inheritance
Inherited Members
Namespace: Telerik.WinControls.Elements
Assembly: Telerik.WinControls.dll
Syntax
public class RadItemReadOnlyCollection : ReadOnlyCollectionBase, ICollection, IEnumerable<RadItem>, IEnumerable
Constructors
RadItemReadOnlyCollection(RadItem[])
Initializes a new instance of Rad
Declaration
public RadItemReadOnlyCollection(RadItem[] value)
Parameters
Rad A array of Rad |
RadItemReadOnlyCollection(RadItemOwnerCollection)
Initializes a new instance of Rad
Declaration
public RadItemReadOnlyCollection(RadItemOwnerCollection value)
Parameters
Rad A Rad |
Properties
Item[Int32]
Represents the entry at the specified index of the Rad
Declaration
public RadItem this[int index] { get; }
Parameters
System. The zero-based index of the entry to locate in the collection. |
Property Value
Rad The entry at the specified index of the collection. |
Exceptions
System.
|
Methods
Contains(RadItem)
Gets a value indicating whether the
Rad
Declaration
public bool Contains(RadItem value)
Parameters
Rad The Rad |
Returns
System. true if the Rad |
CopyTo(RadItem[], Int32)
Copies the Rad
Declaration
public void CopyTo(RadItem[] array, int index)
Parameters
Rad The one-dimensional System. |
System. The index in |
Exceptions
System.
-or- The number of elements in the Rad |
System.
|
System.
|
GetEnumerator()
Declaration
public RadItemReadOnlyCollection.RadItemReadOnlyEnumerator GetEnumerator()
Returns
IndexOf(RadItem)
Returns the index of a Rad
Declaration
public int IndexOf(RadItem value)
Parameters
Rad The Rad |
Returns
System. The index of the Rad |
OnItemsChanged(RadItemCollection, RadItem, ItemsChangeOperation)
Declaration
protected virtual void OnItemsChanged(RadItemCollection changed, RadItem target, ItemsChangeOperation operation)
Parameters
Rad
|
Rad
|
Items
|
Sort()
Sorts the elements in the entire Rad
Declaration
public void Sort()
Sort(IComparer)
Sorts the elements in the entire Rad
Declaration
public void Sort(IComparer comparer)
Parameters
System. The IComparer implementation to use when comparing elements. |
Sort(Int32, Int32, IComparer)
Sorts the elements in a range of elements in Rad
Declaration
public void Sort(int index, int count, IComparer comparer)
Parameters
System. The zero-based starting index of the range to sort. |
System. The length of the range to sort. |
System. The IComparer implementation to use when comparing elements. |
ToArray()
Retrieves an array of the items in the collection.
Declaration
public RadItem[] ToArray()
Returns
Rad
|
Events
ItemsChanged
Explicit Interface Implementations
IEnumerable<RadItem>.GetEnumerator()
Declaration
IEnumerator<RadItem> IEnumerable<RadItem>.GetEnumerator()
Returns
System.
|