ASPxClientTreeList.HideCustomizationWindow Method
Closes the Customization Window.
Declaration
HideCustomizationWindow(): void
Remarks
After the Customization Window has been closed, the ASPxClientTreeList.CustomizationWindowCloseUp event is raised.
To show the customization window, use the ASPxClientTreeList.ShowCustomizationWindow method. To identify whether the Customization Window is visible, use the ASPxClientTreeList.IsCustomizationWindowVisible method.
See Also