Class CommandCollection<T>
Represents a collection of commands that can be attached to a control.
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class CommandCollection<T> : AttachableObjectCollection<T, ControlCommandBase<T>> where T : class
Type Parameters
T
The type of the owner control. |