Back to Devexpress

IToastNotificationProperties.Body Property

windowsforms-devexpress-dot-xtrabars-dot-toastnotifications-dot-itoastnotificationproperties-530b8de0.md

latest2.5 KB
Original Source

IToastNotificationProperties.Body Property

Gets or sets this notification’s first body text string.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
String

A String value that is this notification’s first body text string.

|

Remarks

The Body and IToastNotificationProperties.Body2 properties specify the main IToastNotificationProperties text content, presented as regular text strings lying under the bold header string (the IToastNotificationProperties.Header property). These text strings can occupy from 1 to 3 lines or be completely hidden, depending on the currently applied notification IToastNotificationProperties.Template. See the Toast Notification Manager topic to learn more.

See Also

Body2

Header

Toast Notification Manager

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace