ASPxClientTreeList.ShowCustomizationWindow Method
Invokes the Customization Window and displays it over the specified HTML element.
Declaration
ShowCustomizationWindow(
htmlElement?: any
): void
Parameters
Name | Type | Description |
---|---|---|
htmlElement | 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 ASPxClientTreeList.HideCustomizationWindow method.
See Also