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

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

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