Back to Devexpress

NotificationService.CustomNotificationVisibleMaxCount Property

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-5be0fb01.md

latest1.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int CustomNotificationVisibleMaxCount { get; set; }
vb
Public Property CustomNotificationVisibleMaxCount As Integer

Property Value

TypeDescription
Int32

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

Default value is 3.

|

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace