Defines a collection of objects of type DataDescriptor.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Type Parameters:
T
The type of the T.
Syntax:
C#
public abstract class DataDescriptorCollection<T> : ObservableCollection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : DataDescriptor
Inheritance: objectCollection<T>ObservableCollection<T>DataDescriptorCollection<T>
Derived Classes:
Implements:
Inherited Members
Methods
Clears the items.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, T item)
The index.
itemTThe item.
Overrides:
Removes the item.
Sets the item.
C#
protected override void SetItem(int index, T item)
The index.
itemTThe item.
Overrides: