Back to Devexpress

ToastNotification.ID Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-d99fca7b.md

latest1.8 KB
Original Source

ToastNotification.ID Property

Gets or sets this ToastNotification‘s ID.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Data")]
public object ID { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Data")>
Public Property ID As Object

Property Value

TypeDefaultDescription
Objectnull

An Object that is this ToastNotification‘s ID.

|

Remarks

Notification ID can only be changed in code for notifications created at runtime. Since IDs must be unique, you cannot modify IDs via the ‘Edit Notifications’ dialog at design-time.

Implements

ID

See Also

Toast Notification Manager

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace