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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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