Skip to main content

LayoutView.ShowCustomization Event

Fires before the Customization Form is opened.

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 ShowCustomization

Event Data

The ShowCustomization event's data class is EventArgs.

See Also