ClassCommandCollection<T>
Class
Represents a strongly-typed collection of ControlCommandBase<T> instances.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Type Parameters:
T
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 : RadRadialMenu
Inheritance: objectCollection<ControlCommandBase<T>>ObservableCollection<ControlCommandBase<T>>AttachableObjectCollection<T, ControlCommandBase<T>>CommandCollection<T>
Implements:
Inherited Members