VerticalGridExtension.ExportToCsv(VerticalGridSettings, Object, CsvExportOptions) Method
In This Article
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,
CsvExportOptions exportOptions
)
#Parameters
Name | Type |
---|---|
settings | Vertical |
data |
Object |
export |
Csv |
#Returns
Type |
---|
Action |
See Also