Skip to main content
.NET 6.0+

NotificationsModule Properties

The XAF module contained in the DevExpress.ExpressApp.Notifications.v23.2.dll assembly.
Name Description
AdditionalControllerTypes Contains manually specified Controllers to be loaded to the Application Model. Inherited from ModuleBase.
AdditionalExportedTypes Contains manually specified business classes to be loaded to the Application Model. Inherited from ModuleBase.
Application Provides access to an XafApplication object that can be used to manage the current application. Inherited from ModuleBase.
AssemblyName For internal use only. Inherited from ModuleBase.
CanAccessPostponedItems Specifies if the ShowNotifications Action remains enabled when there are postponed notifications and no active notifications.
CanRaiseEvents protected Gets a value indicating whether the component can raise an event. Inherited from Component.
Container Gets the IContainer that contains the Component. Inherited from Component.
DefaultNotificationsProvider Specifies the default Notifications Service and Notifications Providers that collects notifications from ISupportNotifications business objects.
Description Specifies a textual description of a module. Inherited from ModuleBase.
DiffsStore For internal use. Inherited from ModuleBase.
Events protected Gets the list of event handlers that are attached to this Component. Inherited from Component.
ModelDifferenceResourceName This property is intended for internal use. Inherited from ModuleBase.
ModelVersion For internal use. Inherited from ModuleBase.
ModuleManager Provides access to the ApplicationModulesManager object, which contains information on the modules currenly added to the application. Inherited from ModuleBase.
Name Gets the full name of a module’s type. Inherited from ModuleBase.
NotificationsRefreshInterval Specifies the amount of time between successive refreshes of the notifications.
NotificationsService Gets the Notifications Service.
NotificationsStartDelay Specifies the delay from the application start to the initial Reminders Window display.
RequiredModuleTypes Provides access to the collection of modules that are added to the current module via the Module Designer. Inherited from ModuleBase.
ResourcesExportedToModel Provides access to a collection of Resource Localizers used in the current module to extend the Application Model’s IModelLocalization node. Inherited from ModuleBase.
ShowDismissAllAction Specifies whether or not the DismissAll Action is active in the Reminders Window.
ShowNotificationsWindow Specifies if the Reminders Window is displayed automatically or a user should invoke it manually.
ShowRefreshAction Specifies whether or not the Refresh Action is active in the Reminders Window.
Site Gets or sets the ISite of the Component. Inherited from Component.
Version Gets the major, minor, revision, and build numbers of a module’s assembly. Inherited from ModuleBase.
See Also