Back to Devexpress

IToastNotificationProperties.AttributionText Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-686bf8bf.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
string AttributionText { get; set; }
vb
Property AttributionText As String

Property Value

TypeDescription
String

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

|

Remarks

See Also

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace