wpf-devexpress-dot-mvvm-dot-ui-a9ebfb4f.md
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
[TargetType(typeof(Window))]
[TargetType(typeof(UserControl))]
public class ApplicationJumpListService :
ServiceBase,
IApplicationJumpListService,
IApplicationJumpListImplementation
<TargetType(GetType(UserControl))>
<TargetType(GetType(Window))>
Public Class ApplicationJumpListService
Inherits ServiceBase
Implements IApplicationJumpListService,
IApplicationJumpListImplementation
To learn more, see ApplicationJumpListService.
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