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

JumpListCategoryCollection Class

Represents the collection of JumpListCategory objects.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public class JumpListCategoryCollection :
    Collection<JumpListCategory>,
    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.

JumpList_WindowsFormDesigner_JumpListEditor

Inheritance

Object
Collection<JumpListCategory>
JumpListCategoryCollection
See Also