NotificationsModule.CanAccessPostponedItems Property
Specifies if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications.
Namespace: DevExpress.ExpressApp.Notifications
Assembly: DevExpress.ExpressApp.Notifications.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Notifications
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications; otherwise, false. |
Remarks
By default, this property is set to false. You can change its value in the Module Designer.
See Also