Back to Devexpress

IToastNotificationProperties.Header Property

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

latest2.4 KB
Original Source

IToastNotificationProperties.Header Property

Gets or sets the header text string for this notification.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
String

A String value that is this notification’s header text.

|

Remarks

The Header property specifies the notification header, presented as bold text string, displayed above IToastNotificationProperties.Body and IToastNotificationProperties.Body2 regular strings. These text strings can occupy from one to three lines or be completely hidden depending on the currently applied IToastNotificationProperties.Template. See the Toast Notification Manager topic to learn more.

See Also

Body

Body2

Template

Toast Notification Manager

IToastNotificationProperties Interface

IToastNotificationProperties Members

DevExpress.XtraBars.ToastNotifications Namespace