Skip to main content
A newer version of this page is available. .

LayoutView.HideCustomizationForm() Method

Hides the Customization Form.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public virtual void HideCustomizationForm()

Remarks

The Customization Form is always open modally. So, it cannot be closed in code. The HideCustomizationForm method supports the internal infrastructure, and is not intended to be called directly from your code.

See Also