Skip to main content

ToastNotificationsManager.ApplicationId Property

Gets or sets the ID of the application that displays toast notifications using this ToastNotificationsManager.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[DXCategory("Key")]
public string ApplicationId { get; set; }

Property Value

Type Default Description
String null

A String value that is the application ID.

Remarks

The ApplicationId is used as the ID for your application that uses toast notifications. The ID is generated automatically and overwritten each time you specify it manually, so there is no need to set the ApplicationId property.

See Also