Back to Devexpress

ToastNotificationsManager.ApplicationId Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationsmanager-c3af3fa3.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Key")]
public string ApplicationId { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Key")>
Public Property ApplicationId As String

Property Value

TypeDefaultDescription
Stringnull

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

ToastNotificationsManager Class

ToastNotificationsManager Members

DevExpress.XtraBars.ToastNotifications Namespace