VerticalGridExtension.ExportToCsv(VerticalGridSettings, Object, Boolean, 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,
bool saveAsFile,
CsvExportOptions exportOptions
)
#Parameters
Name | Type |
---|---|
settings | Vertical |
data |
Object |
save |
Boolean |
export |
Csv |
#Returns
Type |
---|
Action |
See Also