ToastNotificationEventArgs.NotificationID Property
Gets the ID of a notification related to the current event.
Namespace: DevExpress.XtraBars.ToastNotifications
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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