Skip to main content

LayoutView.HideCustomization Event

Fires after the Customization Form has been hidden.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Event Data

The HideCustomization event's data class is EventArgs.

See Also