ToastNotificationsManager Properties
The component that displays Windows Modern UI-inspired toast notifications. See Toast Notification Manager.| Name | Description |
|---|---|
| ApplicationActivator | Gets or sets the toast Activator - a descendant of the DevExpress.XtraBars.ToastNotifications.ToastNotificationActivator class that allows you to manage end-user interactions with toast elements (buttons, selection menus and input boxes). You should not set this property in code (see the “Remarks” section below for more information). |
| ApplicationIconPath | Gets or sets the path to the application icon, displayed within toast notifications. |
| ApplicationId | Gets or sets the ID of the application that displays toast notifications using this ToastNotificationsManager. |
| ApplicationName | Gets or sets the caption of an application shortcut, pinned to the Windows 8 Start Screen. |
| AreToastNotificationsSupported static | Gets whether or not toast notifications are supported on this machine. |
| 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. |
| CreateApplicationShortcut | Gets or sets whether the application should add its shortcut to the Windows 8 Start Screen. |
| DesignMode protected | Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
| Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
| IsDisposing | Gets whether the BaseComponent object is currently being disposed of. Inherited from BaseComponent. |
| IsInitialized | Indicates whether or not the BaseComponent object has been fully initialized. Inherited from BaseComponent. |
| IsInitializing | Returns whether or not the BaseComponent object is currently being initialized. Inherited from BaseComponent. |
| IsUpdateLocked | Returns whether or not this BaseComponent is currently locked, which prevents any visual updates. Inherited from BaseComponent. |
| Notifications | Provides access to a notification collection owned by this ToastNotificationsManager. |
| Site | Gets or sets the ISite of the Component. Inherited from Component. |
| ThrowOnErrors | Gets or sets whether to throw exceptions that caused notification showing to end prematurely. |
See Also