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

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

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