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

ExcelFilteringDataEventArgs<TColumn>.Column Property

Gets the column being processed.

Namespace: DevExpress.XtraEditors.Filtering

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual TColumn Column { get; }

Property Value

Type Description
TColumn

The column being processed.

See Also