Back to Devexpress

ASPxClientGridView.ShowCustomizationWindow Method

aspnet-js-aspxclientgridview-d828710f.md

latest1.2 KB
Original Source

ASPxClientGridView.ShowCustomizationWindow Method

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

Declaration

ts
ShowCustomizationWindow(
    showAtElement?: any
): void

Parameters

NameTypeDescription
showAtElementany

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.

Note

The ASPxGridViewBehaviorSettings.EnableCustomizationWindow option must be enabled.

See Also

HideCustomizationWindow

IsCustomizationWindowVisible

Grid View

ASPxClientGridView Class

ASPxClientGridView Members