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

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.v19.1.Core.dll

Declaration

public event CustomizeCellEventHandler CustomizeCell

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