Skip to main content

ToastNotification.AttributionText Property

Gets or sets the attribution text, displayed to the application name’s right. This text is shown when the notification has the Generic template applied.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(null)]
[ToastNotificationType(ToastNotificationType.Generic)]
public string AttributionText { get; set; }

Property Value

Type Default Description
String null

A String value that is the attribution text, displayed to the application name’s right.

Remarks

Toast Notifications - Generic Template

Implements

See Also