Back to Devexpress

ToastNotificationEventArgs.NotificationID Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotificationeventargs.md

latest1.5 KB
Original Source

ToastNotificationEventArgs.NotificationID Property

Gets the ID of a notification related to the current event.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public object NotificationID { get; }
vb
Public ReadOnly Property NotificationID As Object

Property Value

TypeDescription
Object

An Object that is the related notification’s ID.

|

Remarks

The NotificationID property returns an object that is the ToastNotification.ID property value for the notification that caused the current event.

See Also

ToastNotificationEventArgs Class

ToastNotificationEventArgs Members

DevExpress.XtraBars.ToastNotifications Namespace