Skip to main content
All docs
V24.1

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.v24.1.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