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

Messaging.DefaultMessaging Property

Specifies the default messaging.

Namespace: DevExpress.ExpressApp.Win.Core

Assembly: DevExpress.ExpressApp.Win.v18.2.dll

Declaration

public static Messaging DefaultMessaging { get; set; }

Property Value

Type Description
Messaging

The Messaging object, which is the default messaging.

Remarks

This property value is used by the Messaging.GetMessaging method when the Application Model‘s IModelOptionsWin.Messaging property value is not specified.

See Also