Skip to main content
A newer version of this page is available. .

NotificationService.CustomNotificationPosition Property

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

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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