FilterPopupExcelParseFilterCriteriaEventArgs.Column Property
In This Article
Gets the processed grid column.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
public GridColumn Column { get; }
#Property Value
Type | Description |
---|---|
Grid |
An object that specifies the processed grid column. |
See Also