Skip to main content

JumpListCategoryItemCollection Class

Represents the collection of items in a Jump List category.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

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