Skip to main content
A newer version of this page is available. .

IApplicationJumpListService.ShowRecentCategory Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v21.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.Win.Design, DevExpress.WinUI

Declaration

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