Angular Common - utils - ui - dialog
An object that serves as a namespace for methods displaying a message in an application/site.
Methods
This section describes the methods exposed by the DevExpress.ui.dialog object.
| Name | Description |
|---|---|
| alert(message, title) | Creates an alert dialog message containing a single "OK" button. |
| confirm(message, title) | Creates a confirm dialog that contains "Yes" and "No" buttons. |
| custom(options) | Creates a custom dialog. |