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

ToastNotificationEventArgs.NotificationID Property

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

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public object NotificationID { get; }

#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