Skip to main content

NotificationService.CustomNotificationVisibleMaxCount Property

Gets or sets maximum number of custom notifications that are shown simultaneously. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public int CustomNotificationVisibleMaxCount { get; set; }

Property Value

Type Description
Int32

An integer value that specifies maximum number of custom notifications that are shown simultaneously.

Default value is 3.

See Also