windowsforms-devexpress-dot-utils-dot-taskbar-b8a3fd18.md
Represents the collection of items in a Jump List category.
Namespace : DevExpress.Utils.Taskbar
Assembly : DevExpress.Utils.v25.2.dll
NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core
public class JumpListCategoryItemCollection :
Collection<IJumpListItem>,
IDisposable
Public Class JumpListCategoryItemCollection
Inherits Collection(Of IJumpListItem)
Implements IDisposable
The following members return JumpListCategoryItemCollection objects:
The TaskbarAssistant.JumpListTasksCategory property of the JumpListCategoryItemCollection type contains a collection of category items (JumpListItemTask and JumpListItemSeparator objects) in the predefined Tasks category in the Jump List.
A JumpListCategory is a custom category that combines JumpListItemTask objects into a single group. The JumpListCategory.JumpItems property of the JumpListCategoryItemCollection type contains a collection of JumpListItemTask objects.
Object Collection<IJumpListItem> JumpListCategoryItemCollection
See Also