Skip to main content
.NET 6.0+

DefaultNotificationsProvider.GetPostponedNotificationsCount() Method

Returns the number of postponed notifications.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v23.2.dll

Declaration

public int GetPostponedNotificationsCount()

Returns

Type Description
Int32

An integer value which is the number of postponed notifications.

See Also