Skip to main content

ApplicationJumpListService.Items Property

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ApplicationJumpItemCollection Items { get; }

Property Value

Type Description
DevExpress.Mvvm.UI.ApplicationJumpItemCollection

The collection of ApplicationJumpTask objects displayed in the Jump List.

See Also