Back to Devexpress

NotificationService.CustomNotificationTemplateSelector Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-2d7c6bb7.md

latest1.3 KB
Original Source

NotificationService.CustomNotificationTemplateSelector Property

Gets or sets an object that chooses a custom notification template based on custom logic. This is a dependency property.

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public DataTemplateSelector CustomNotificationTemplateSelector { get; set; }
vb
Public Property CustomNotificationTemplateSelector As DataTemplateSelector

Property Value

TypeDescription
DataTemplateSelector

A System.Windows.Controls.DataTemplateSelector descendant that chooses a template based on custom logic.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace