Represents a strongly-typed collection of GroupDescriptorBase instances.
Definition
Namespace:Telerik.Maui.Controls.Data
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public sealed class GroupDescriptorCollection : DataDescriptorCollection<GroupDescriptorBase>, IList<GroupDescriptorBase>, ICollection<GroupDescriptorBase>, IList, ICollection, IReadOnlyList<GroupDescriptorBase>, IReadOnlyCollection<GroupDescriptorBase>, IEnumerable<GroupDescriptorBase>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<GroupDescriptorBase>ObservableCollection<GroupDescriptorBase>DataDescriptorCollection<GroupDescriptorBase>GroupDescriptorCollection
Implements:
Inherited Members
Methods
Clears the items.
C#
protected override void ClearItems()
Overrides:
Inserts the item.
C#
protected override void InsertItem(int index, GroupDescriptorBase item)
The index.
itemGroupDescriptorBaseThe item.
Overrides:
Removes the item.
Sets the item.
C#
protected override void SetItem(int index, GroupDescriptorBase item)
The index.
itemGroupDescriptorBaseThe item.
Overrides: