Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[Browsable(false)]
[DefaultValue(null)]
[ToastNotificationType(ToastNotificationType.Generic)]
public DateTimeOffset? DisplayTimestamp { get; set; }

Property Value

Type Default Description
Nullable<DateTimeOffset> *null*

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

Implements

See Also