Back to Devexpress

NotificationService Properties

wpf-devexpress-dot-mvvm-dot-ui-dot-notificationservice-dot-underscore-properties.md

latest6.6 KB
Original Source

NotificationService Properties

Allows you to show Windows 8/10 Style notifications.

NameDescription
ApplicationActivatorGets or sets the notification Activator - a descendant of the ToastNotificationActivator class that allows you to manage end-user interactions with notification elements (buttons, selection menus and input boxes).
ApplicationIconPathGets or sets the path to the application icon, displayed within Windows 10 Style notifications.
ApplicationIdGets or sets the application id. This is a dependency property.
ApplicationNameGets or sets the caption of an application shortcut, pinned to the Windows 10 Start Screen.
AreWin8NotificationsAvailableGets a value indicating whether native Windows 8/10 notifications are available.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
CreateApplicationShortcutGets or sets whether the service should add application shortcut to the Windows 10 Start Screen.
CustomNotificationDurationSpecifies the duration for the display of custom notifications. This is a dependency property.
CustomNotificationPositionGets or sets the position of custom notifications. This is a dependency property.
CustomNotificationScreenGets or sets the monitor where the custom notification is shown. This is a dependency property.
CustomNotificationStyleGets or sets the style of custom notifications. This is a dependency property.
CustomNotificationTemplateGets or sets the template that defines the presentation of custom notifications. This is a dependency property.
CustomNotificationTemplateSelectorGets or sets an object that chooses a custom notification template based on custom logic. This is a dependency property.
CustomNotificationVisibleMaxCountGets or sets maximum number of custom notifications that are shown simultaneously. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
PredefinedNotificationDurationSpecifies the duration for the display of predefined notifications. This is a dependency property.
PredefinedNotificationTemplateGets or sets the template that defines the presentation of predefined notifications. This is a dependency property.
RemoveApplicationShortcutOnUnloadedGets or sets whether the application shortcut should be removed from the Windows 10 Start Screen. This property works only if the application shortcut is created by the service.
SoundGets or sets the sound played when a notification is shown.
UnregisterOnUnloadedGets or sets whether to unregister the service when the associated View is unloaded. This is a dependency property. Inherited from ServiceBase.
UseWin8NotificationsIfAvailableGets or sets a value indicating whether native Windows 8/10 notifications are used. This is a dependency property.

See Also

NotificationService Class

NotificationService Members

DevExpress.Mvvm.UI Namespace