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