Skip to main content

ApplicationJumpTask Class

Implements the functionality of an individual jump task that can be displayed within the Window’s Jump Lists.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public class ApplicationJumpTask :
    ApplicationJumpItem,
    IClickable,
    IApplicationJumpTaskInfoSource,
    IApplicationJumpItemInfoSource,
    IApplicationJumpTask,
    IApplicationJumpItem

The following members return ApplicationJumpTask objects:

Remarks

To learn more, see ApplicationJumpListService.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Mvvm.UI.Native.DependencyObjectExt
DevExpress.Mvvm.UI.ApplicationJumpItem
ApplicationJumpTask
See Also