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

ASPxCardViewExporter.CardView Property

Gets the ASPxCardView control to which the ASPxCardViewExporter is assigned.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public ASPxCardView CardView { get; }

Property Value

Type Description
ASPxCardView

The ASPxCardView control.

Remarks

Use the ASPxCardViewExporter.CardViewID property to specify the ASPxCardView control whose data is exported by using the current ASPxCardViewExporter.

See Also