ToastNotification.DisplayTimestamp Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[ToastNotificationType(ToastNotificationType.Generic)]
public DateTimeOffset? DisplayTimestamp { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Nullable<Date |
null | A Date |
#Implements
See Also