RadControls for WinForms

The RadItemOwnerCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd

Adds a RadItem with the specified value to the Telerik.WinControls.RadItemCollection .

(Inherited from RadItemCollection.)
Public methodAddRange(array<RadItem>[]()[][])

Copies the elements of an array to the end of the RadItemCollection.

(Inherited from RadItemCollection.)
Public methodAddRange(RadItemCollection)

Adds the contents of another RadItemCollection to the end of the collection.

(Inherited from RadItemCollection.)
Public methodContains

Gets a value indicating whether the RadItemCollection contains the specified RadItem.

(Inherited from RadItemCollection.)
Public methodCopyTo

Copies the RadItemCollection values to a one-dimensional Array instance at the specified index.

(Inherited from RadItemCollection.)
Public methodGetEnumerator

Returns an enumerator that can iterate through the RadItemCollection .

(Inherited from RadItemCollection.)
Public methodIndexOf

Returns the index of a RadItem in the RadItemCollection .

(Inherited from RadItemCollection.)
Public methodInsert

Inserts a RadItem into the RadItemCollection at the specified index.

(Inherited from RadItemCollection.)
Protected methodOnClear (Overrides RadItemCollection..::..OnClear()()()().)
Protected methodOnClearComplete (Inherited from RadItemCollection.)
Protected methodOnInsertComplete (Overrides RadItemCollection..::..OnInsertComplete(Int32, Object).)
Protected methodOnItemsChanged (Overrides RadItemCollection..::..OnItemsChanged(RadItem, ItemsChangeOperation).)
Protected methodOnRemove (Inherited from RadItemCollection.)
Protected methodOnRemoveComplete (Overrides RadItemCollection..::..OnRemoveComplete(Int32, Object).)
Protected methodOnSet (Inherited from RadItemCollection.)
Protected methodOnSetComplete (Overrides RadItemCollection..::..OnSetComplete(Int32, Object, Object).)
Protected methodOnSort (Inherited from RadItemCollection.)
Protected methodOnSortComplete (Overrides RadItemCollection..::..OnSortComplete()()()().)
Protected methodOnValidate (Inherited from RadItemCollection.)
Public methodRemove

Removes a specific RadItem from the RadItemCollection .

(Inherited from RadItemCollection.)
Public methodResumeNotifications (Inherited from RadItemCollection.)
Public methodSort()()()()

Sorts the elements in the entire RadElementCollection using the IComparable implementation of each element.

(Inherited from RadItemCollection.)
Public methodSort(IComparer)

Sorts the elements in the entire RadElementCollection using the specified comparer.

(Inherited from RadItemCollection.)
Public methodSort(Int32, Int32, IComparer)

Sorts the elements in a range of elements in RadElementCollection using the specified comparer.

(Inherited from RadItemCollection.)
Public methodSuspendNotifications (Inherited from RadItemCollection.)
Public methodToArray
Retrieves an array of the items in the collection.
(Inherited from RadItemCollection.)

Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIEnumerable<(Of <<'(RadItem>)>>)..::..GetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from RadItemCollection.)

See Also