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

GridViewExtension.WriteCsv(GridViewSettings, Object, Stream, CsvExportOptions) Method

OBSOLETE

Use another overload of this method instead.

Exports the grid’s data to a stream in CSV format.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

[Obsolete("Use another overload of this method instead.", true)]
public static void WriteCsv(
    GridViewSettings settings,
    object dataObject,
    Stream stream,
    CsvExportOptions exportOptions
)

Parameters

Name Type
settings GridViewSettings
dataObject Object
stream Stream
exportOptions CsvExportOptions
See Also