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

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

Declaration

public IIconStorage IconStorage { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.IIconStorage

The custom icons’ storage.

See Also