Skip to main content
A newer version of this page is available. .

MVCxVerticalGridExporter(MVCxVerticalGrid) Constructor

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxVerticalGridExporter(
    MVCxVerticalGrid verticalGrid
)

Parameters

Name Type Description
verticalGrid MVCxVerticalGrid

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

See Also