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

ASPxClientPopupWindow.name Property

Gets the name that uniquely identifies the current popup window.

Declaration

name: string

Property Value

Type Description
string

A string value that represents a value assigned to the popup window’s PopupWindow.Name property.

Remarks

Use the name property on the client side to obtain the value of the popup window’s PopupWindow.Name property that uniquely identifies the window.

See Also