ApplicationJumpListService Class
Allows you to add your own items to the Window’s Jump Lists.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
[TargetType(typeof(Window))]
[TargetType(typeof(UserControl))]
public class ApplicationJumpListService :
ServiceBase,
IApplicationJumpListService,
IApplicationJumpListImplementation
Remarks
To learn more, see ApplicationJumpListService.
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
Animatable
DevExpress.Mvvm.UI.Interactivity.AttachableObjectBase
DevExpress.Mvvm.UI.Interactivity.Behavior
DevExpress.Mvvm.UI.Interactivity.Behavior<FrameworkElement>
DevExpress.Mvvm.UI.ServiceBaseGeneric<FrameworkElement>
ServiceBase
ApplicationJumpListService
See Also