Class
BindableCollection<T>

Definition

Namespace:Telerik.Core

Assembly:Telerik.WinUI.Controls.dll

Type Parameters:

T

Syntax:

cs-api-definition
[Obsolete("Use a native ObservableCollection instead.")]
public class BindableCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged

Inheritance: objectCollection<T>ObservableCollection<T>BindableCollection<T>

Derived Classes: IncrementalLoadingCollection<T>RadObservableCollection<T>DataDescriptorCollection<T>IntervalCollectionAsyncReaderSourceCollectionMapItemsCollectionDataGridColumnCollectionObservableAppointmentCollectionAttachableObjectCollection<TOwner, TObject>

Implements: ICollectionICollection<T>IEnumerableIEnumerable<T>IListIList<T>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<T>IReadOnlyList<T>

Inherited Members ObservableCollection<T>.Move(int, int)ObservableCollection<T>.ClearItems()ObservableCollection<T>.RemoveItem(int)ObservableCollection<T>.InsertItem(int, T)ObservableCollection<T>.SetItem(int, T)ObservableCollection<T>.MoveItem(int, int)ObservableCollection<T>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<T>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<T>.BlockReentrancy()ObservableCollection<T>.CheckReentrancy()ObservableCollection<T>.CollectionChangedObservableCollection<T>.PropertyChangedCollection<T>.Add(T)Collection<T>.Clear()Collection<T>.CopyTo(T[], int)Collection<T>.Contains(T)Collection<T>.GetEnumerator()Collection<T>.IndexOf(T)Collection<T>.Insert(int, T)Collection<T>.Remove(T)Collection<T>.RemoveAt(int)Collection<T>.CountCollection<T>.ItemsCollection<T>.this[int]

Constructors

BindableCollection()

Declaration

cs-api-definition
public BindableCollection()

BindableCollection(IEnumerable<T>)

Declaration

cs-api-definition
public BindableCollection(IEnumerable<T> collection)

Parameters

collection

IEnumerable<T>

BindableCollection(List<T>)

Declaration

cs-api-definition
public BindableCollection(List<T> list)

Parameters

list

List<T>