CsvExportOptionsEx.CustomizeCell Event
Allows you to substitute a cell value in the output document. Only available in data-aware export mode.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Remarks
To substitute a cell value, use the CustomizeCellEventArgs.Value parameter.
For changes made in your CustomizeCell event handler to be in effect, set the event’s Handled parameter to true. Otherwise, a cell will be exported using the default settings.
See Also