Back to Devexpress

JumpListCategory.JumpItems Property

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

latest1.7 KB
Original Source

JumpListCategory.JumpItems Property

Gets or sets a collection of tasks in the JumpListCategory.

Namespace : DevExpress.Utils.Taskbar

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public JumpListCategoryItemCollection JumpItems { get; }
vb
<Browsable(False)>
Public ReadOnly Property JumpItems As JumpListCategoryItemCollection

Property Value

TypeDescription
JumpListCategoryItemCollection

A collection of tasks in the JumpListCategory.

|

Remarks

The collection of tasks in a JumpListCategory can be accessed from the JumpItems property. This collection stores JumpListItemTask objects.

See Also

JumpListItemTask

JumpListCategory Class

JumpListCategory Members

DevExpress.Utils.Taskbar Namespace