Skip to main content
.NET 6.0+

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

Declaration

public bool CanAccessPostponedItems { get; set; }

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