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

    NotificationsOptionsBase Members

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

    Constructors

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

    Properties

    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.

    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