JumpListCategoryItemCollection Class
Represents the collection of items in a Jump List category.
Namespace: DevExpress.Utils.Taskbar
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Related API Members
The following members return JumpListCategoryItemCollection objects:
Remarks
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.
Inheritance
See Also