ClassGroupDescriptorCollection
Class
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:
Inherited Members
Methods
ClearItems()
Clears the items.
Declaration
cs-api-definition
protected override void ClearItems()
Overrides
InsertItem(int, GroupDescriptorBase)
Inserts the item.
Declaration
cs-api-definition
protected override void InsertItem(int index, GroupDescriptorBase item)
Parameters
index
The index.
item
The item.
Overrides
RemoveItem(int)
Removes the item.
Declaration
cs-api-definition
protected override void RemoveItem(int index)
Parameters
index
The index.
Overrides
SetItem(int, GroupDescriptorBase)
Sets the item.
Declaration
cs-api-definition
protected override void SetItem(int index, GroupDescriptorBase item)
Parameters
index
The index.
item
The item.
Overrides