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

NotificationService.ApplicationName Property

Gets or sets the caption of an application shortcut, pinned to the Windows 10 Start Screen.

Namespace: DevExpress.Mvvm.UI

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

Declaration

public string ApplicationName { get; set; }

Property Value

Type Description
String

A String value that is the caption of an application shortcut, pinned to the Windows 10 Start Screen.

See Also