Back to Devexpress

ToastNotification.DisplayTimestamp Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-0d8f7dfc.md

latest1.8 KB
Original Source

ToastNotification.DisplayTimestamp Property

Gets or sets the date and time associated with this notification. The notification time is visible in the Windows Action Center.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[ToastNotificationType(ToastNotificationType.Generic)]
public DateTimeOffset? DisplayTimestamp { get; set; }
vb
<Browsable(False)>
<DefaultValue(Nothing)>
<ToastNotificationType(ToastNotificationType.Generic)>
<DXCategory("Appearance")>
Public Property DisplayTimestamp As DateTimeOffset?

Property Value

TypeDefaultDescription
Nullable<DateTimeOffset>null

A DateTimeOffset that specifies the date and time associated with this notification.

|

Implements

DisplayTimestamp

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace