Skip to main content

XlsExportOptionsEx.DocumentColumnFiltering Event

In This Article

Allows you to apply filters to the exported document’s columns.Only available in data-aware export mode.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public event DocumentColumnFilteringEventHandler DocumentColumnFiltering

#Remarks

See XlsxExportOptionsEx.DocumentColumnFiltering to learn more.

See Also