GridViewExtension.WriteCsvToResponse(GridViewSettings, Object, Boolean) Method
OBSOLETE
Use the ExportToCsv method instead.
Exports the grid’s data to a file in CSV format with the specified export options, and writes it to the Response in binary format.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
[Obsolete("Use the ExportToCsv method instead.", true)]
public static void WriteCsvToResponse(
GridViewSettings settings,
object dataObject,
bool saveAsFile
)
Parameters
| Name | Type |
|---|---|
| settings | GridViewSettings |
| dataObject | Object |
| saveAsFile | Boolean |
See Also