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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public class ApplicationJumpTask :
ApplicationJumpItem,
IClickable,
IApplicationJumpTaskInfoSource,
IApplicationJumpItemInfoSource,
IApplicationJumpTask,
IApplicationJumpItem
Related API Members
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