Skip to main content

ApplicationJumpListService.ShowRecentCategory Property

Gets or sets a value that indicates whether recently used items are displayed in the Jump List.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public virtual bool ShowRecentCategory { get; set; }

Property Value

Type Description
Boolean

true, if recently used items are displayed in the Jump List; otherwise, false.

The default is false.

See Also