Messaging.DefaultMessaging Property
Specifies the default messaging.
Namespace: DevExpress.ExpressApp.Win.Core
Assembly: DevExpress.ExpressApp.Win.v25.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
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