Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.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