Back to Devexpress

LayoutView.HideCustomization Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-1048e4c4.md

latest1.4 KB
Original Source

LayoutView.HideCustomization Event

Fires after the Customization Form has been hidden.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Events")]
public event EventHandler HideCustomization
vb
<DXCategory("Events")>
Public Event HideCustomization As EventHandler

Event Data

The HideCustomization event's data class is EventArgs.

See Also

ShowCustomizationForm()

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace