Skip to main content
Tab

ASPxVerticalGridExporter(ASPxVerticalGrid) Constructor

Initializes a new instance of the ASPxVerticalGridExporter class with the specified owner.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxVerticalGridExporter(
    ASPxVerticalGrid grid
)

Parameters

Name Type Description
grid ASPxVerticalGrid

An ASPxVerticalGrid object that is the owner of the created object.

See Also