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

NotificationService.CreateApplicationShortcut Property

Gets or sets whether the service should add application shortcut to the Windows 10 Start Screen.

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public bool CreateApplicationShortcut { get; set; }

Property Value

Type Description
Boolean

A System.Boolean value that specifies whether the service should add an application shortcut to the Windows 10 Start Screen.

See Also