ASPxClientPopupWindow.index Property
In This Article
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 ASPx |
#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