Back to Devexpress

ExcelFilteringDataEventArgs<TColumn>.Column Property

windowsforms-devexpress-dot-xtraeditors-dot-filtering-dot-excelfilteringdataeventargs-1-882d428a.md

latest1.2 KB
Original Source

ExcelFilteringDataEventArgs<TColumn>.Column Property

Gets the column being processed.

Namespace : DevExpress.XtraEditors.Filtering

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual TColumn Column { get; }
vb
Public Overridable ReadOnly Property Column As TColumn

Property Value

TypeDescription
TColumn

The column being processed.

|

See Also

ExcelFilteringDataEventArgs<TColumn> Class

ExcelFilteringDataEventArgs<TColumn> Members

DevExpress.XtraEditors.Filtering Namespace