Skip to main content
A newer version of this page is available.
All docs
V19.2

VGridControlBase.DestroyCustomization() Method

Closes the Customization Form.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public virtual void DestroyCustomization()

Remarks

The DestroyCustomization method closes the Customization Form. This method destroys the VGridCustomizationForm object that represents the Customization Form and sets the vertical grid’s VGridControlBase.CustomizationForm property to the null (Nothing in Visual Basic) reference.

For more information on Customization Form, see Customization Form.

See Also