MVCxVerticalGridExporter(MVCxVerticalGrid) Constructor
Initializes a new instance of the MVCxVerticalGridExporter class, specifying the corresponding VerticalGrid object.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Parameters
Name | Type | Description |
---|---|---|
verticalGrid | MVCxVerticalGrid | A MVCxVerticalGrid object representing the GridView whose content should be exported. |
See Also