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

ApplicationJumpListService.Apply() Method

Registers and adds the newly added jump tasks to its Jump List.

Namespace: DevExpress.Mvvm.UI

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

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

Declaration

public virtual IEnumerable<RejectedApplicationJumpItem> Apply()

Returns

Type Description
IEnumerable<DevExpress.Mvvm.RejectedApplicationJumpItem>

Returns the collection of rejected items.

See Also