Back to Devexpress

ApplicationJumpListService.AddToRecentCategory(String) Method

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumplistservice-dot-addtorecentcategory-x28-system-dot-string-x29.md

latest1.2 KB
Original Source

ApplicationJumpListService.AddToRecentCategory(String) Method

Adds the specified jump path to the Recent category of the Jump List.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual void AddToRecentCategory(
    string jumpPath
)
vb
Public Overridable Sub AddToRecentCategory(
    jumpPath As String
)

Parameters

NameTypeDescription
jumpPathString

The JumpPath to add to the Jump List.

|

See Also

ApplicationJumpListService Class

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace