Skip to main content

ApplicationJumpListService Class

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

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.2.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

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