Skip to main content
All docs
V21.1

VGridControlBase.DestroyCustomization() Method

Closes the Customization Form.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.VerticalGrid

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