Skip to main content

ApplicationJumpListService.IconStorage Property

Gets or set the custom icons’ storage.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v23.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