Back to Devexpress

ApplicationJumpListService.Items Property

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumplistservice.md

latest1.2 KB
Original Source

ApplicationJumpListService.Items Property

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public ApplicationJumpItemCollection Items { get; }
vb
Public ReadOnly Property Items As ApplicationJumpItemCollection

Property Value

TypeDescription
DevExpress.Mvvm.UI.ApplicationJumpItemCollection

The collection of ApplicationJumpTask objects displayed in the Jump List.

|

See Also

ApplicationJumpListService Class

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace