Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

JumpListCategory Class

Represents a custom category in a Jump List.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v24.2.dll

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

#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