Skip to main content
A newer version of this page is available. .

NotificationService.ApplicationActivator Property

Gets 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).

Namespace: DevExpress.Mvvm.UI

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public Type ApplicationActivator { get; set; }

Property Value

Type Description
Type

A System.Type of a custom class that serves as an Activator.

See Also