Skip to main content
All docs
V23.2

CustomizationFormSearchEventArgs.Column Property

Gets the currently processed column. Returns null if the CustomizationFormSearch event is fired for a band.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

The currently processed column.

See Also