Back to Devexpress

VGridControlBase.HideCustomization() Method

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridcontrolbase-1d642c21.md

latest1.8 KB
Original Source

VGridControlBase.HideCustomization() Method

Closes the Customization Form.

Namespace : DevExpress.XtraVerticalGrid

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public void HideCustomization()
vb
Public Sub HideCustomization

Remarks

The control discards the Customization Form when you or a user hides it. If the form does not exist, the VGridControlBase.CustomizationForm property returns null ( Nothing in Visual Basic).

Handle the VGridControlBase.HideCustomizationForm event to perform actions when the Customization Form is about to be hidden.

See Also

ShowCustomization

VGridControlBase Class

VGridControlBase Members

DevExpress.XtraVerticalGrid Namespace