Skip to main content
A newer version of this page is available. .
All docs
V21.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.v21.2.dll

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

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

The currently processed column.

See Also