Back to Devexpress

NotificationService.CustomNotificationStyle Property

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

latest1.1 KB
Original Source

NotificationService.CustomNotificationStyle Property

Gets or sets the style 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 Style CustomNotificationStyle { get; set; }
vb
Public Property CustomNotificationStyle As Style

Property Value

TypeDescription
Style

A System.Windows.Style object that represents the style of custom notifications.

Target Type: ContentControl.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace