Back to Devexpress

LayoutView.HideCustomizationForm() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-cfd89d6b.md

latest1.8 KB
Original Source

LayoutView.HideCustomizationForm() Method

Hides the Customization Form.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public virtual void HideCustomizationForm()
vb
Public Overridable Sub 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

ShowCustomizationForm()

ShowCustomization

HideCustomization

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace