Skip to main content

FilterPopupEventArgs.Column Property

Gets the grid column being processed.

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 GridColumn object specifying the grid column being processed.

See Also