LayoutView.HideCustomizationForm() Method
Hides the Customization Form.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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