Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

NotificationsOptionsBase Properties

Contains options that you can use to configure the Notifications Module.
Name Description
CanAccessPostponedItems Specifies whether the Show Notifications Action remains enabled if only postponed notifications are available (no active notifications).
NotificationsRefreshInterval Specifies how often XAF refreshes notifications.
NotificationsStartDelay Specifies the delay after the application start and before the initial Notifications window display.
ShowDismissAllAction Specifies whether the Dismiss All Action is active in the Notifications window.
ShowNotificationsWindow Specifies whether XAF displays the Notifications window automatically or a user should invoke it manually.
ShowRefreshAction Specifies whether the Refresh Action is active in the Notifications window.
See Also