Skip to main content

IApplicationJumpListService.Items Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

IApplicationJumpList Items { get; }

Property Value

Type Description
DevExpress.Mvvm.IApplicationJumpList

The collection of ApplicationJumpTask objects displayed in the Jump List.

See Also