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

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

Declaration

public string IconStorageFolder { get; set; }

Property Value

Type Description
String

The path to the default icons storage folder.

See Also