Skip to main content
.NET 6.0+

DefaultNotificationsProvider.GetActiveNotificationsCount() Method

Returns the number of active notifications.

Namespace: DevExpress.ExpressApp.Notifications

Assembly: DevExpress.ExpressApp.Notifications.v24.1.dll

Declaration

public virtual int GetActiveNotificationsCount()

Returns

Type Description
Int32

An integer value which is the number of active notifications.

See Also