Back to Devexpress

ToastNotification.Header Property

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

latest2.6 KB
Original Source

ToastNotification.Header Property

Gets or sets this ToastNotification‘s header text string.

Namespace : DevExpress.XtraBars.ToastNotifications

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Stringnull

A String value that is this ToastNotification‘s header text.

|

Remarks

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

Implements

Header

See Also

Body

Body2

Toast Notification Manager

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace