Skip to main content

ASPxClientTreeList.HideCustomizationWindow Method

In This Article

#Declaration

TypeScript
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