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

XlsExportOptionsEx.DocumentColumnFiltering Event

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

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public event DocumentColumnFilteringEventHandler DocumentColumnFiltering

Remarks

See XlsxExportOptionsEx.DocumentColumnFiltering to learn more.

See Also