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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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