Back to Devexpress

ApplicationJumpListService Class

wpf-devexpress-dot-mvvm-dot-ui-a9ebfb4f.md

latest2.2 KB
Original Source

ApplicationJumpListService Class

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
[TargetType(typeof(Window))]
[TargetType(typeof(UserControl))]
public class ApplicationJumpListService :
    ServiceBase,
    IApplicationJumpListService,
    IApplicationJumpListImplementation
vb
<TargetType(GetType(UserControl))>
<TargetType(GetType(Window))>
Public Class ApplicationJumpListService
    Inherits ServiceBase
    Implements 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

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace