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

ApplicationJumpListService.IconStorageFolder Property

Gets or sets the path to the default icons storage folder.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public string IconStorageFolder { get; set; }

Property Value

Type Description
String

The path to the default icons storage folder.

See Also