Skip to main content
A newer version of this page is available. .

IApplicationJumpListService.Items Property

Gets the collection of ApplicationJumpTask objects that are displayed in the Jump List.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v18.2.dll

Declaration

IApplicationJumpList Items { get; }

Property Value

Type Description
DevExpress.Mvvm.IApplicationJumpList

The collection of ApplicationJumpTask objects displayed in the Jump List.

See Also