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

DataViewBase.ExportToCsv(String) Method

For internal use only.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.Core.dll

Declaration

public abstract void ExportToCsv(
    string filePath
)

Parameters

Name Type
filePath String

Remarks

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

See Also