DocumentColumnFilteringEventArgs.ColumnFieldName Property
Gets the field name of the currently processed data column.
Namespace: DevExpress.Export
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
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