Back to Devexpress

ApplicationJumpListService.ShowRecentCategory Property

wpf-devexpress-dot-mvvm-dot-ui-dot-applicationjumplistservice-82e32efe.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public virtual bool ShowRecentCategory { get; set; }
vb
Public Overridable Property ShowRecentCategory As Boolean

Property Value

TypeDescription
Boolean

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

The default is false.

|

See Also

ApplicationJumpListService Class

ApplicationJumpListService Members

DevExpress.Mvvm.UI Namespace