Skip to main content

IApplicationJumpListService.ShowFrequentCategory Property

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

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

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