ASPxClientPopupControlCloseReason Class
In This Article
Declares client constants that identify the reason the popup window closes.
#Declaration
TypeScript
declare class ASPxClientPopupControlCloseReason
#Remarks
The ASPxClientPopupControlCloseReason is a service client object containing constants whose values can be used to identify the reason the popup window closes when handling the ASPxClientPopupControlBase.Closing and ASPxClientPopupControlBase.CloseUp client-side events.
See Also