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

ApplicationJumpListService.IconStorage Property

Gets or set the custom icons’ storage.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public IIconStorage IconStorage { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.IIconStorage

The custom icons’ storage.

See Also