New to Telerik UI for .NET MAUIStart a free 30-day trial

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: ICollectionICollection<GroupDescriptorBase>IEnumerableIEnumerable<GroupDescriptorBase>IListIList<GroupDescriptorBase>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<GroupDescriptorBase>IReadOnlyList<GroupDescriptorBase>...

Inherited Members ObservableCollection<GroupDescriptorBase>.Move(int, int)ObservableCollection<GroupDescriptorBase>.CollectionChangedCollection<GroupDescriptorBase>.Add(GroupDescriptorBase)Collection<GroupDescriptorBase>.Clear()Collection<GroupDescriptorBase>.CopyTo(GroupDescriptorBase[], int)Collection<GroupDescriptorBase>.Contains(GroupDescriptorBase)Collection<GroupDescriptorBase>.GetEnumerator()Collection<GroupDescriptorBase>.IndexOf(GroupDescriptorBase)Collection<GroupDescriptorBase>.Insert(int, GroupDescriptorBase)Collection<GroupDescriptorBase>.Remove(GroupDescriptorBase)Collection<GroupDescriptorBase>.RemoveAt(int)Collection<GroupDescriptorBase>.CountCollection<GroupDescriptorBase>.this[int]...

Methods

Clears the items.

C#
protected override void ClearItems()

Overrides: DataDescriptorCollection<GroupDescriptorBase>.ClearItems()

Inserts the item.

C#
protected override void InsertItem(int index, GroupDescriptorBase item)
Parameters:indexint

The index.

itemGroupDescriptorBase

The item.

Overrides: DataDescriptorCollection<GroupDescriptorBase>.InsertItem(int, GroupDescriptorBase)

Removes the item.

C#
protected override void RemoveItem(int index)
Parameters:indexint

The index.

Overrides: DataDescriptorCollection<GroupDescriptorBase>.RemoveItem(int)

Sets the item.

C#
protected override void SetItem(int index, GroupDescriptorBase item)
Parameters:indexint

The index.

itemGroupDescriptorBase

The item.

Overrides: DataDescriptorCollection<GroupDescriptorBase>.SetItem(int, GroupDescriptorBase)