ClassBindableCollection<T>
Class
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:
Implements:
Inherited Members
Constructors
BindableCollection()
Declaration
cs-api-definition
public BindableCollection()
BindableCollection(IEnumerable<T>)
Declaration
cs-api-definition
public BindableCollection(IEnumerable<T> collection)
Parameters
collection
IEnumerable<T>