ClassCommandCollection<T>
Class
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:
Inherited Members