Class
CommandCollection<T>

Represents a collection of commands that can be attached to a control.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Type Parameters:

T

The type of the owner control.

Syntax:

cs-api-definition
public class CommandCollection<T> : AttachableObjectCollection<T, ControlCommandBase<T>>, IList<ControlCommandBase<T>>, ICollection<ControlCommandBase<T>>, IList, ICollection, IReadOnlyList<ControlCommandBase<T>>, IReadOnlyCollection<ControlCommandBase<T>>, IEnumerable<ControlCommandBase<T>>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged where T : class

Inheritance: objectCollection<ControlCommandBase<T>>ObservableCollection<ControlCommandBase<T>>AttachableObjectCollection<T, ControlCommandBase<T>>CommandCollection<T>

Implements: ICollectionICollection<ControlCommandBase<T>>IEnumerableIEnumerable<ControlCommandBase<T>>IListIList<ControlCommandBase<T>>INotifyCollectionChangedINotifyPropertyChangedIReadOnlyCollection<ControlCommandBase<T>>IReadOnlyList<ControlCommandBase<T>>

Inherited Members AttachableObjectCollection<T, ControlCommandBase<T>>.RemoveItem(int)AttachableObjectCollection<T, ControlCommandBase<T>>.SetItem(int, ControlCommandBase<T>)AttachableObjectCollection<T, ControlCommandBase<T>>.InsertItem(int, ControlCommandBase<T>)AttachableObjectCollection<T, ControlCommandBase<T>>.ClearItems()ObservableCollection<ControlCommandBase<T>>.Move(int, int)ObservableCollection<ControlCommandBase<T>>.ClearItems()ObservableCollection<ControlCommandBase<T>>.RemoveItem(int)ObservableCollection<ControlCommandBase<T>>.InsertItem(int, ControlCommandBase<T>)ObservableCollection<ControlCommandBase<T>>.SetItem(int, ControlCommandBase<T>)ObservableCollection<ControlCommandBase<T>>.MoveItem(int, int)ObservableCollection<ControlCommandBase<T>>.OnPropertyChanged(PropertyChangedEventArgs)ObservableCollection<ControlCommandBase<T>>.OnCollectionChanged(NotifyCollectionChangedEventArgs)ObservableCollection<ControlCommandBase<T>>.BlockReentrancy()ObservableCollection<ControlCommandBase<T>>.CheckReentrancy()ObservableCollection<ControlCommandBase<T>>.CollectionChangedObservableCollection<ControlCommandBase<T>>.PropertyChangedCollection<ControlCommandBase<T>>.Add(ControlCommandBase<T>)Collection<ControlCommandBase<T>>.Clear()Collection<ControlCommandBase<T>>.CopyTo(ControlCommandBase<T>[], int)Collection<ControlCommandBase<T>>.Contains(ControlCommandBase<T>)Collection<ControlCommandBase<T>>.GetEnumerator()Collection<ControlCommandBase<T>>.IndexOf(ControlCommandBase<T>)Collection<ControlCommandBase<T>>.Insert(int, ControlCommandBase<T>)Collection<ControlCommandBase<T>>.Remove(ControlCommandBase<T>)Collection<ControlCommandBase<T>>.RemoveAt(int)Collection<ControlCommandBase<T>>.CountCollection<ControlCommandBase<T>>.ItemsCollection<ControlCommandBase<T>>.this[int]

In this article
Definition
Not finding the help you need?
Contact Support