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

ApplicationJumpTask Class

Implements the functionality of an individual jump task that can be displayed within the Jump List of the application’s taskbar button.

Namespace: DevExpress.Mvvm.UI

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

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