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

Messenger.Default Property

Specifies the default messenger.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v20.1.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Uwp.Controls, DevExpress.WindowsDesktop.Mvvm

Declaration

public static IMessenger Default { get; set; }

Property Value

Type Description
IMessenger

An object implementing the IMessenger interface.

Remarks

To learn more, see Messenger.

See Also