Back to Devexpress

JumpListCategory Class

windowsforms-devexpress-dot-utils-dot-taskbar-0c753291.md

latest3.1 KB
Original Source

JumpListCategory Class

Represents a custom category in a Jump List.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public class JumpListCategory :
    Component
vb
Public Class JumpListCategory
    Inherits 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.

Inheritance

Object MarshalByRefObject Component JumpListCategory

See Also

JumpListCategory Members

JumpListCategoryCollection

JumpListItemTask

JumpListTasksCategory

JumpListCustomCategories

JumpListItemSeparator

DevExpress.Utils.Taskbar Namespace