ASPxClientPopupControl.BringWindowToFront(window) Method
In This Article
Brings the specified popup window to the front of the z-order.
#Declaration
TypeScript
BringWindowToFront(
window: ASPxClientPopupWindow
): void
#Parameters
Name | Type | Description |
---|---|---|
window | ASPx |
A ASPx |
#Remarks
The BringWindowToFront method brings the specified popup window to the front while several popup windows are being displayed. This method sets the popup window’s z-index to the maximum value for all popup windows of all ASPxPopupControls.
See Also