ASPxClientCardView.ShowCustomizationWindow Method
In This Article
Invokes the customization window and displays it over the specified HTML element.
#Declaration
TypeScript
ShowCustomizationWindow(
showAtElement?: any
): void
#Parameters
Name | Type | Description |
---|---|---|
show |
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