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.

NotificationsOptions Members

Contains options that you can use to configure the Notifications Module.

Constructors

Name Description
NotificationsOptions() Initializes a new instance of the NotificationsOptions class.

Properties

Name Description
CanAccessPostponedItems Specifies whether the Show Notifications Action remains enabled if only postponed notifications are available (no active notifications). Inherited from NotificationsOptionsBase.
NotificationsRefreshInterval Specifies how often XAF refreshes notifications. Inherited from NotificationsOptionsBase.
NotificationsStartDelay Specifies the delay after the application start and before the initial Notifications window display. Inherited from NotificationsOptionsBase.
ShowDismissAllAction Specifies whether the Dismiss All Action is active in the Notifications window. Inherited from NotificationsOptionsBase.
ShowNotificationsWindow Specifies whether XAF displays the Notifications window automatically or a user should invoke it manually. Inherited from NotificationsOptionsBase.
ShowRefreshAction Specifies whether the Refresh Action is active in the Notifications window. Inherited from NotificationsOptionsBase.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also