Skip to main content

ASPxClientPopupWindow.index Property

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

#Declaration

TypeScript
index: number

#Property Value

Type Description
number

The 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