Back to Devexpress

ToastNotification.AppLogoImagePath Property

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

latest2.0 KB
Original Source

ToastNotification.AppLogoImagePath Property

Gets or sets the path to the image that is used as the application logo image. This image 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 AppLogoImagePath { get; set; }
vb
<DefaultValue(Nothing)>
<ToastNotificationType(ToastNotificationType.Generic)>
<DXCategory("Appearance")>
Public Property AppLogoImagePath As String

Property Value

TypeDefaultDescription
Stringnull

A String value that specifies the path to the image that is used as the application logo image.

|

Remarks

You can also assign the required logo image to the ToastNotification.AppLogoImage property directly.

Implements

AppLogoImagePath

See Also

ToastNotification Class

ToastNotification Members

DevExpress.XtraBars.ToastNotifications Namespace