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

IToastNotificationProperties.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.1.dll

Declaration

string AttributionText { get; set; }

Property Value

Type Description
String

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

Remarks

Toast Notifications - Generic Template

See Also