Back to Devexpress

NotificationService.CustomNotificationTemplate Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-f57c9913.md

latest1.2 KB
Original Source

NotificationService.CustomNotificationTemplate Property

Gets or sets the template that defines the presentation of custom notifications. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplate CustomNotificationTemplate { get; set; }
vb
Public Property CustomNotificationTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A System.Windows.DataTemplate object that defines the presentation of custom notifications.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace