Skip to main content

NotificationService.CustomNotificationPosition Property

Gets or sets the position of custom notifications. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public NotificationPosition CustomNotificationPosition { get; set; }

Property Value

Type Description
DevExpress.Mvvm.UI.NotificationPosition

A DevExpress.Mvvm.UI.NotificationPosition enumerator value.

See Also