Back to Devexpress

JumpListCategoryItemCollection Class

windowsforms-devexpress-dot-utils-dot-taskbar-b8a3fd18.md

latest2.9 KB
Original Source

JumpListCategoryItemCollection Class

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

Declaration

csharp
public class JumpListCategoryItemCollection :
    Collection<IJumpListItem>,
    IDisposable
vb
Public Class JumpListCategoryItemCollection
    Inherits Collection(Of IJumpListItem)
    Implements 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

JumpListCategoryItemCollection Members

JumpListItemTask

JumpListItemSeparator

JumpListTasksCategory

JumpListCustomCategories

DevExpress.Utils.Taskbar Namespace