Back to Devexpress

ApplicationJumpListService.Apply() Method

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumplistservice-fde55c7d.md

latest1.2 KB
Original Source

ApplicationJumpListService.Apply() Method

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual IEnumerable<RejectedApplicationJumpItem> Apply()
vb
Public Overridable Function Apply As IEnumerable(Of RejectedApplicationJumpItem)

Returns

TypeDescription
IEnumerable<DevExpress.Mvvm.RejectedApplicationJumpItem>

Returns the collection of rejected items.

|

See Also

ApplicationJumpListService Class

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace