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

LayoutView.HideCustomization Event

Fires after the Customization Form has been hidden.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

[DXCategory("Events")]
public event EventHandler HideCustomization

Event Data

The HideCustomization event's data class is EventArgs.

See Also