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

ApplicationJumpListService Class

Allows you to add your own items to the Window’s Jump Lists.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[TargetType(typeof(Window))]
[TargetType(typeof(UserControl))]
public class ApplicationJumpListService :
    ServiceBase,
    IApplicationJumpListService,
    IApplicationJumpListImplementation

Remarks

To learn more, see ApplicationJumpListService.

Inheritance

Show 11 items
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