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

ASPxGridExporterBase(ASPxGridBase) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxGridExporterBase(
    ASPxGridBase grid
)

Parameters

Name Type Description
grid ASPxGridBase

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

See Also