Back to Devexpress

CsvExportOptionsEx.CustomizeCell Event

corelibraries-devexpress-dot-xtraprinting-dot-csvexportoptionsex-9e4d868a.md

latest1.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public event CustomizeCellEventHandler CustomizeCell
vb
Public Event CustomizeCell As CustomizeCellEventHandler

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

CsvExportOptionsEx Class

CsvExportOptionsEx Members

DevExpress.XtraPrinting Namespace