ClassRadListDataItemSelectedCollection
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class RadListDataItemSelectedCollection : ObservableCollection<RadListDataItem>, IList, ICollection, INotifyCollectionChanged, INotifyCollectionChanging, INotifyPropertyChanged, INotifyPropertyChangingEx, IReadOnlyCollection<RadListDataItem>, IEnumerable
Inheritance: objectCollection<RadListDataItem>ObservableCollection<RadListDataItem>RadListDataItemSelectedCollection
Implements:
Inherited Members
Constructors
RadListDataItemSelectedCollection(RadListElement)
Declaration
cs-api-definition
public RadListDataItemSelectedCollection(RadListElement owner)
Parameters
owner
Properties
Methods
ClearItems()
Overridden. Removes all items from the collection.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, RadListDataItem)
Overridden. Inserts an item into the collection at the specified index.
Declaration
cs-api-definition
protected override void InsertItem(int index, RadListDataItem item)
Parameters
index
item
Overrides
RemoveItem(int)
Overridden. Removes the item at the specified index of the collection.
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
Overrides
SetItem(int, RadListDataItem)
Overridden. Replaces the element at the specified index.
Declaration
cs-api-definition
protected override void SetItem(int index, RadListDataItem item)
Parameters
index
item
Overrides