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

ASPxClientPopupWindow.index Property

Gets the index of the current popup window within the popup control’s ASPxPopupControl.Windows collection.

Declaration

index: number

Property Value

Type Description
number

An integer value representing the zero-based index of the current popup window within the ASPxPopupControl.Windows collection of the popup control to which the window belongs.

Remarks

Use the index property on the client side to obtain the index of a popup window within the popup control’s ASPxPopupControl.Windows collection.

See Also