Back to Devexpress

TaskbarAssistant.JumpListTasksCategory Property

windowsforms-devexpress-dot-utils-dot-taskbar-dot-taskbarassistant.md

latest1.8 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
[DXCategory("Behavior")]
public JumpListCategoryItemCollection JumpListTasksCategory { get; set; }
vb
<DXCategory("Behavior")>
Public Property JumpListTasksCategory As JumpListCategoryItemCollection

Property Value

TypeDescription
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:

See Also

TaskbarAssistant Class

TaskbarAssistant Members

DevExpress.Utils.Taskbar Namespace