Back to Devexpress

LayoutView.ShowCustomization Event

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-24d135b9.md

latest1.4 KB
Original Source

LayoutView.ShowCustomization Event

Fires before the Customization Form is opened.

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 ShowCustomization
vb
<DXCategory("Events")>
Public Event ShowCustomization As EventHandler

Event Data

The ShowCustomization event's data class is EventArgs.

See Also

ShowCustomizationForm()

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace