ASPxClientPopupControlCloseReason Properties
Declares client constants that identify the reason the popup window closes.| Name | Description |
|---|---|
| API static | The window has been closed by an API. |
| CloseButton static | An end-user clicks the close header button. |
| Escape static | An end-user presses the ESC key. |
| MouseOut static | An end-user moves the mouse pointer out of the window region. |
| OuterMouseClick static | An end-user clicks outside the window’s region |
See Also