Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual void AddToRecentCategory(
    string jumpPath
)

Parameters

Name Type Description
jumpPath String

The JumpPath to add to the Jump List.

See Also