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

LayoutView.ShowCustomization Event

Fires before the Customization Form is opened.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v22.1.dll

NuGet Package: DevExpress.Win.Grid

Declaration

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

Event Data

The ShowCustomization event's data class is EventArgs.

See Also