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

ApplicationJumpListService.ShowFrequentCategory Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public virtual bool ShowFrequentCategory { get; set; }

Property Value

Type Description
Boolean

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

The default is false.

See Also