Back to Devexpress

JumpListCategoryCollection Class

windowsforms-devexpress-dot-utils-dot-taskbar-2752e2ab.md

latest2.5 KB
Original Source

JumpListCategoryCollection Class

Represents the collection of JumpListCategory objects.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class JumpListCategoryCollection :
    Collection<JumpListCategory>,
    IDisposable
vb
Public Class JumpListCategoryCollection
    Inherits Collection(Of JumpListCategory)
    Implements IDisposable

The following members return JumpListCategoryCollection objects:

Remarks

The JumpListCategoryCollection stores JumpListCategory objects. The TaskbarAssistant.JumpListCustomCategories property of the JumpListCategoryCollection type contains the Jump List custom categories. Use the Jump List Editor to manipulate Jump List categories and tasks.

Inheritance

Object Collection<JumpListCategory> JumpListCategoryCollection

See Also

JumpListCategoryCollection Members

JumpListCategory

JumpListItemTask

JumpListTasksCategory

JumpListCustomCategories

DevExpress.Utils.Taskbar Namespace