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

JumpListCategory Class

Represents a custom category in a Jump List.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public class JumpListCategory :
    Component

Remarks

In addition to the predefined Tasks category (see TaskbarAssistant.JumpListTasksCategory) you can create custom categories in the Jump List using the TaskbarAssistant.JumpListCustomCategories property. A custom category is represented by the JumpListCategory class. This class contains a collection of JumpListItemTask objects in the JumpListCategory.JumpItems property. The JumpListCategory.Caption property specifies the category caption.

To create custom categories at design time, use the Jump List Editor, which can be opened by clicking the ellipsis button for the TaskbarAssistant.JumpListCustomCategories property in the Properties window. This Editor allows you to create custom categories that combine a number of JumpListItemTask instances and allows you to specify the JumpListCategory.Caption of each category.

JumpList_WindowsFormDesigner_JumpListEditorEllipsisButton

Inheritance

See Also