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