ApplicationJumpListService.Apply() Method
In This Article
Registers and adds the newly added jump tasks to its Jump List.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public virtual IEnumerable<RejectedApplicationJumpItem> Apply()
#Returns
Type | Description |
---|---|
IEnumerable<DevExpress. |
Returns the collection of rejected items. |
See Also