Class JumpListItemCollection<T>
Represents a collection of jump list items.
Inheritance
System.Object
JumpListItemCollection<T>
Namespace: Telerik.WinControls.Taskbar
Assembly: Telerik.WinControls.UI.dll
Syntax
public class JumpListItemCollection<T> : ObservableCollection<T>
Type Parameters
T
The type of elements in this collection. |
Constructors
JumpListItemCollection()
Declaration
public JumpListItemCollection()