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

ASPxCardViewExporter(ASPxCardView) Constructor

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public ASPxCardViewExporter(
    ASPxCardView cardView
)

Parameters

Name Type Description
cardView ASPxCardView

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

See Also