Skip to main content
A newer version of this page is available. .

JumpListCategoryItemCollection Class

Represents the collection of items in a Jump List category.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public class JumpListCategoryItemCollection :
    Collection<IJumpListItem>,
    IDisposable

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

Object
Collection<IJumpListItem>
JumpListCategoryItemCollection
See Also