Skip to main content
A newer version of this page is available. .

FilterPopupExcelParseFilterCriteriaEventArgs.Column Property

Gets the processed grid column.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

An object that specifies the processed grid column.

See Also