Skip to main content

MVCxVerticalGridExporter(MVCxVerticalGrid) Constructor

Initializes a new instance of the MVCxVerticalGridExporter class, specifying the corresponding VerticalGrid object.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxVerticalGridExporter(
    MVCxVerticalGrid verticalGrid
)

Parameters

Name Type Description
verticalGrid MVCxVerticalGrid

A MVCxVerticalGrid object representing the GridView whose content should be exported.

See Also