Skip to main content

VerticalGridExtension.ExportToCsv(VerticalGridSettings, Object, String, CsvExportOptions) Method

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public static ActionResult ExportToCsv(
    VerticalGridSettings settings,
    object dataObject,
    string fileName,
    CsvExportOptions exportOptions
)

#Parameters

Name Type
settings VerticalGridSettings
dataObject Object
fileName String
exportOptions CsvExportOptions

#Returns

Type
ActionResult
See Also