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

ToastNotificationsManager.RegisterApplicationActivator(Type) Method

Registers the Application Activator.

Namespace: DevExpress.XtraBars.ToastNotifications

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[Browsable(false)]
public void RegisterApplicationActivator(
    Type appActivatorType
)

Parameters

Name Type Description
appActivatorType Type

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

Remarks

See the ToastNotificationsManager.ApplicationActivator property and Toast Notification Manager article for more details.

See Also