Back to Devexpress

ToastNotification.AttributionText Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-toastnotification-18d9f614.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(null)]
[DXCategory("Appearance")]
[ToastNotificationType(ToastNotificationType.Generic)]
public string AttributionText { get; set; }
vb
<DefaultValue(Nothing)>
<ToastNotificationType(ToastNotificationType.Generic)>
<DXCategory("Appearance")>
Public Property AttributionText As String

Property Value

TypeDefaultDescription
Stringnull

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

|

Remarks

Implements

AttributionText

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace