ASPxClientCardView.ShowCustomizationWindow Method
Invokes the customization window and displays it over the specified HTML element.
Declaration
ShowCustomizationWindow(
showAtElement?: any
): void
Parameters
| Name | Type | Description |
|---|---|---|
| showAtElement | any | An object that specifies the HTML element relative to whose position the customization window is invoked. |
Remarks
To hide the customization window, use the ASPxClientCardView.HideCustomizationWindow method.
See Also