Skip to main content

ApplicationJumpListService.Apply() Method

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual IEnumerable<RejectedApplicationJumpItem> Apply()

Returns

Type Description
IEnumerable<DevExpress.Mvvm.RejectedApplicationJumpItem>

Returns the collection of rejected items.

See Also