Customization Window
The customization window displays the headers of hidden columns. To hide a column, an end-user would drag its header to the customization window, which can be invoked using the ASPxClientGridView.ShowCustomizationWindow method of the client-side ASPxGridView.

The table below lists the main members that affect element appearance and functionality.
| Characteristics | Members |
|---|---|
| Settings | ASPxGridViewPopupControlSettings.CustomizationWindow |
| Style | GridViewPopupControlStyles.CustomizationWindow |
| Close on Escape | GridCustomizationWindowPopupSettings.CloseOnEscape |
See Also