Skip to main content

VerticalGridExtension.ExportToXls(VerticalGridSettings, Object, XlsExportOptions) Method

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public static ActionResult ExportToXls(
    VerticalGridSettings settings,
    object dataObject,
    XlsExportOptions exportOptions
)

Parameters

Name Type
settings VerticalGridSettings
dataObject Object
exportOptions XlsExportOptions

Returns

Type
ActionResult
See Also