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

DocumentColumnFilteringEventArgs.ColumnFieldName Property

Gets the field name of the currently processed data column.

Namespace: DevExpress.Export

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public string ColumnFieldName { get; }

Property Value

Type Description
String

The column’s field name.

Remarks

The DocumentColumnFiltering event fires repeatedly for all exported data columns. Use the ColumnFieldName property to identify the column for which the DocumentColumnFiltering event is currently fired.

See Also