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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DefaultValue(null)]
[DXCategory("Appearance")]
[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
Implements
See Also