Skip to main content

DataViewBase.ExportToCsv(String, CsvExportOptions) Method

SECURITY-RELATED CONSIDERATIONS

Using file paths sourced from untrusted input may expose unauthorized files or allow unintended file access. Always validate and normalize all external paths to prevent path manipulation.

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll

Declaration

public abstract void ExportToCsv(
    string filePath,
    CsvExportOptions options
)

Parameters

Name Type
filePath String
options CsvExportOptions

Remarks

To export grid data to CSV, use the ExportToCsv method of a particular grid view.

See Also