Class
GroupDescriptorCollection

Represents a strongly-typed collection of GroupDescriptorBase instances.

Definition

Namespace:Telerik.Maui.Controls.Data

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
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

ClearItems()

Clears the items.

Declaration

cs-api-definition
protected override void ClearItems()

Overrides DataDescriptorCollection<GroupDescriptorBase>.ClearItems()

InsertItem(int, GroupDescriptorBase)

Inserts the item.

Declaration

cs-api-definition
protected override void InsertItem(int index, GroupDescriptorBase item)

Parameters

index

int

The index.

item

GroupDescriptorBase

The item.

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

RemoveItem(int)

Removes the item.

Declaration

cs-api-definition
protected override void RemoveItem(int index)

Parameters

index

int

The index.

Overrides DataDescriptorCollection<GroupDescriptorBase>.RemoveItem(int)

SetItem(int, GroupDescriptorBase)

Sets the item.

Declaration

cs-api-definition
protected override void SetItem(int index, GroupDescriptorBase item)

Parameters

index

int

The index.

item

GroupDescriptorBase

The item.

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