ClassJumpListItemCollection<T>
Class
Represents a collection of jump list items.
Definition
Namespace:Telerik.WinControls.Taskbar
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
The type of elements in this collection.
Syntax:
cs-api-definition
public class JumpListItemCollection<T> : ObservableCollection<T>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance: objectCollection<T>ObservableCollection<T>JumpListItemCollection<T>
Implements:
Inherited Members
Constructors
JumpListItemCollection()
Declaration
cs-api-definition
public JumpListItemCollection()