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.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public GridColumn Column { get; }

Property Value

Type Description
GridColumn

An object that specifies the processed grid column.

See Also