Skip to main content

TaskbarAssistant.JumpListTasksCategory Property

Provides access to the collection of items within the standard Tasks category in the Jump List.

Namespace: DevExpress.Utils.Taskbar

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DXCategory("Behavior")]
public JumpListCategoryItemCollection JumpListTasksCategory { get; set; }

Property Value

Type Description
JumpListCategoryItemCollection

The collection of items within the standard Tasks category in the Jump List.

Remarks

Items in the JumpListTasksCategory collection can be of two types:

The following image shows a Jump List containing the Tasks category with two items:

taskbar-JumpList

See Also