Skip to main content

ASPxClientGridView.ShowCustomizationWindow Method

Invokes the Customization Window and displays it over the specified HTML element.

#Declaration

TypeScript
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 ASPxClientGridView.HideCustomizationWindow method.

See Also