Class RadItemOwnerCollection
A collection that stores RadItem objects.
Inheritance
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadItemOwnerCollection : RadItemCollection, IList, ICollection, IEnumerable<RadItem>, IEnumerable
Constructors
RadItemOwnerCollection()
Initializes a new instance of the RadItemCollection class.
Declaration
public RadItemOwnerCollection()
RadItemOwnerCollection(RadElement)
Initializes a new instance of RadItemCollection.
Declaration
public RadItemOwnerCollection(RadElement owner)
Parameters
RadElement
owner
|
RadItemOwnerCollection(RadItem[])
Initializes a new instance of RadItemCollection containing any array of RadItem objects.
Declaration
public RadItemOwnerCollection(RadItem[] value)
Parameters
RadItem[]
value
A array of RadItem objects with which to intialize the collection |
RadItemOwnerCollection(RadItemOwnerCollection)
Initializes a new instance of RadItemCollection based on another RadItemCollection.
Declaration
public RadItemOwnerCollection(RadItemOwnerCollection value)
Parameters
RadItemOwnerCollection
value
A RadItemCollection from which the contents are copied |
Properties
Owner
Gets or sets the owner of the collection.
Declaration
public RadElement Owner { get; set; }
Property Value
RadElement
|
Methods
OnClear()
OnInsertComplete(Int32, Object)
Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Overrides
OnItemsChanged(RadItem, ItemsChangeOperation)
Declaration
protected override void OnItemsChanged(RadItem target, ItemsChangeOperation operation)
Parameters
RadItem
target
|
ItemsChangeOperation
operation
|
Overrides
OnRemoveComplete(Int32, Object)
Declaration
protected override void OnRemoveComplete(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Overrides
OnSetComplete(Int32, Object, Object)
Declaration
protected override void OnSetComplete(int index, object oldValue, object newValue)
Parameters
System.Int32
index
|
System.Object
oldValue
|
System.Object
newValue
|