Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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