Skip to main content

ASPxClientPopupMenu.Show Method

Invokes the popup menu at the popup element with the specified index.

Declaration

Show(
    popupElementIndex?: number
): void

Parameters

Name Type Description
popupElementIndex number

The index of the popup element.

Remarks

The ASPxPopupMenu contains the list of its popup element IDs within the ASPxPopupMenu.PopupElementID property. Use the Show method to show the menu at the element with the specified index within the list. The menu’s position relative to the element can be specified by the ASPxPopupMenu.PopupHorizontalAlign, ASPxPopupMenu.PopupHorizontalOffset, ASPxPopupMenu.PopupVerticalAlign and ASPxPopupMenu.PopupVerticalOffset properties.

If the specified popupElementIndex is incorrect, the window presents at the last element it was previously shown or at the first element in the PopupElementID list (if it is the first time it is displayed).

See Also