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

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.
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